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 /www/mod_dtcl | |
parent | d702ffbd16c694311e92e445e73a5bf6aec95e61 (diff) | |
download | freebsd-ports-gnome-97e2210908e375dc63dd40044c2f2f943a73082f.tar.gz freebsd-ports-gnome-97e2210908e375dc63dd40044c2f2f943a73082f.tar.zst freebsd-ports-gnome-97e2210908e375dc63dd40044c2f2f943a73082f.zip |
PREFIX -> LOCALBASE in *_DEPENDS (portlint)
Diffstat (limited to 'www/mod_dtcl')
-rw-r--r-- | www/mod_dtcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |