diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-21 16:30:08 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-21 16:30:08 +0800 |
commit | 85e840748d4b348ed74d0f08e0c51090e608b076 (patch) | |
tree | 3baee56d68ec03b2d7b9f3df2ca97ebe506f7c5e | |
parent | aeda382ac22b54a0be7e8a5f4fa34a5b35430e3c (diff) | |
download | freebsd-ports-graphics-85e840748d4b348ed74d0f08e0c51090e608b076.tar.gz freebsd-ports-graphics-85e840748d4b348ed74d0f08e0c51090e608b076.tar.zst freebsd-ports-graphics-85e840748d4b348ed74d0f08e0c51090e608b076.zip |
PREFIX -> LOCALBASE
-rw-r--r-- | lang/smalltalk/Makefile | 2 | ||||
-rw-r--r-- | lang/starlogo/Makefile | 4 | ||||
-rw-r--r-- | print/yatex/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 0f8c934ee86..91a54617445 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 41aa78f8f3e..56dba8495ee 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 diff --git a/print/yatex/Makefile b/print/yatex/Makefile index d677bd976f9..cd909f78570 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -16,7 +16,7 @@ MAINTAINER= taoka@FreeBSD.org WRKSRC= ${WRKDIR}/yatex${VERSION} .if defined(XEMACS-MULE) BUILD_DEPENDS= xemacs:${PORTSDIR}/japanese/xemacs21-canna \ - ${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \ + ${LOCALBASE}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \ nkf:${PORTSDIR}/japanese/nkf .endif PKGINSTALL= ${WRKDIR}/INSTALL |