diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-21 08:30:08 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-21 08:30:08 +0000 |
commit | 85e840748d4b348ed74d0f08e0c51090e608b076 (patch) | |
tree | 3baee56d68ec03b2d7b9f3df2ca97ebe506f7c5e /lang | |
parent | aeda382ac22b54a0be7e8a5f4fa34a5b35430e3c (diff) | |
download | FreeBSD-ports-85e840748d4b348ed74d0f08e0c51090e608b076.zip FreeBSD-ports-85e840748d4b348ed74d0f08e0c51090e608b076.tar.gz |
PREFIX -> LOCALBASE
Diffstat (limited to 'lang')
-rw-r--r-- | lang/smalltalk/Makefile | 2 | ||||
-rw-r--r-- | lang/starlogo/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 0f8c934..91a5461 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 diff --git a/lang/starlogo/Makefile b/lang/starlogo/Makefile index 41aa78f..56dba84 100644 --- a/lang/starlogo/Makefile +++ b/lang/starlogo/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://el.www.media.mit.edu/starlogo/download/ MAINTAINER= noway@nohow.demon.co.uk -RUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk \ - ${PREFIX}/jdk${JDK_VERSION}/lib/i386/green_threads/libtya.so:${PORTSDIR}/java/tya +RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk \ + ${LOCALBASE}/jdk${JDK_VERSION}/lib/i386/green_threads/libtya.so:${PORTSDIR}/java/tya WRKSRC= ${WRKDIR}/starlogo-1.0b2 JDK_VERSION= 1.1.8 |