summaryrefslogtreecommitdiff
path: root/lang/cint
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-08-21 11:57:10 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-08-21 11:57:10 +0000
commit8df56b8de63fc06327103dac7e15f9d5abd5c5fb (patch)
tree5fb5c62459a45e00b44cb2e801492d1f98669375 /lang/cint
parentMark broken on amd64/7.0 (diff)
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.
Notes
Notes: svn path=/head/; revision=198064
Diffstat (limited to 'lang/cint')
-rw-r--r--lang/cint/Makefile2
1 files changed, 1 insertions, 1 deletions
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