diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-16 00:15:49 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-16 00:15:49 +0000 |
commit | 47cab45a21c34431785558acecde41e0e04419ce (patch) | |
tree | 60d774b2a72015bd147e12f568f8a9d2998cae52 /www | |
parent | c41527b923dec78af8c54a077f17efc1625fb306 (diff) | |
download | freebsd-ports-47cab45a21c34431785558acecde41e0e04419ce.zip |
PREFIX -> LOCALBASE in *_DEPENDS (portlint)
Diffstat (limited to 'www')
-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 9e81d42814c4..3c1687dd48c2 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 276f6ed1b8c4..2ed9afe46b2d 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 |