diff options
author | edwin <edwin@FreeBSD.org> | 2007-08-21 19:57:10 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-08-21 19:57:10 +0800 |
commit | b1aeb3fc88af324d4c4351490884baf4f0bed17e (patch) | |
tree | 59b66ed70cb29a943fc9e6a2388659b780ca4c21 /lang | |
parent | b07265ddce14b007c521517802771f358bdf4f87 (diff) | |
download | freebsd-ports-graphics-b1aeb3fc88af324d4c4351490884baf4f0bed17e.tar.gz freebsd-ports-graphics-b1aeb3fc88af324d4c4351490884baf4f0bed17e.tar.zst freebsd-ports-graphics-b1aeb3fc88af324d4c4351490884baf4f0bed17e.zip |
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.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 0f0775d40a9..446a17802ed 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 |