From 8df56b8de63fc06327103dac7e15f9d5abd5c5fb Mon Sep 17 00:00:00 2001 From: Edwin Groothuis <edwin@FreeBSD.org> Date: Tue, 21 Aug 2007 11:57:10 +0000 Subject: Fix INDEX. Pointy hat to: fjoe@ See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html#AEN2125 on how to use BUILD_DEPENDS. --- lang/cint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 0f0775d40a91..446a17802edf 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://root.cern.ch/root/ MAINTAINER= fjoe@FreeBSD.org COMMENT= C/C++ interpreter -BUILD_DEPENDS= bash:../../shells/bash +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} HAS_CONFIGURE= yes -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0