diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-21 08:30:08 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-21 08:30:08 +0000 |
commit | edcce1c87856572ea3dde76af57607eb200aa655 (patch) | |
tree | 655d1172299b451733f18e958c7bfd116f3c0329 /lang/smalltalk | |
parent | cde5e15779909f74cd502f1e7e25224d9fe8e5cd (diff) | |
download | ports-edcce1c87856572ea3dde76af57607eb200aa655.tar.gz ports-edcce1c87856572ea3dde76af57607eb200aa655.zip |
PREFIX -> LOCALBASE
Notes
Notes:
svn path=/head/; revision=26910
Diffstat (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 0f8c934ee868..91a54617445b 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= smalltalk MAINTAINER= alex@big.endian.de -BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm +BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-optimize --with-readline |