diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-16 08:15:49 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-16 08:15:49 +0800 |
commit | 97e2210908e375dc63dd40044c2f2f943a73082f (patch) | |
tree | 38dec289ccf9ed7fcea05eae035a22da5ea4adf6 | |
parent | d702ffbd16c694311e92e445e73a5bf6aec95e61 (diff) | |
download | freebsd-ports-graphics-97e2210908e375dc63dd40044c2f2f943a73082f.tar.gz freebsd-ports-graphics-97e2210908e375dc63dd40044c2f2f943a73082f.tar.zst freebsd-ports-graphics-97e2210908e375dc63dd40044c2f2f943a73082f.zip |
PREFIX -> LOCALBASE in *_DEPENDS (portlint)
-rw-r--r-- | www/mapedit/Makefile | 2 | ||||
-rw-r--r-- | www/mod_dtcl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mapedit/Makefile b/www/mapedit/Makefile index 9e81d42814c..3c1687dd48c 100644 --- a/www/mapedit/Makefile +++ b/www/mapedit/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.boutell.com/pub/boutell/mapedit/ MAINTAINER= andreas@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/java/bin/java:${PORTSDIR}/java/jdk +RUN_DEPENDS= ${LOCALBASE}/java/bin/java:${PORTSDIR}/java/jdk NO_BUILD= yes diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index 276f6ed1b8c..2ed9afe46b2 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://master.debian.org/~davidw/mod_dtcl/ MAINTAINER= mi@aldan.algebra.com -BUILD_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 LIB_DEPENDS= tcl82:${PORTSDIR}/lang/tcl82 WRKSRC= ${WRKDIR}/mod_dtcl |