diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-16 07:54:36 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-16 07:54:36 +0800 |
commit | 1215cd4adc8af0d933c9d6f63d2925d52fedc57c (patch) | |
tree | 447420e840273336ad4be0becdf6689e82deecf6 /www/mod_dav | |
parent | 7089e2f45f330ebb7100585e8c13b8d265367a2c (diff) | |
download | freebsd-ports-gnome-1215cd4adc8af0d933c9d6f63d2925d52fedc57c.tar.gz freebsd-ports-gnome-1215cd4adc8af0d933c9d6f63d2925d52fedc57c.tar.zst freebsd-ports-gnome-1215cd4adc8af0d933c9d6f63d2925d52fedc57c.zip |
PREFIX -> LOCALBASE in *_DEPENDS (portlint)
Diffstat (limited to 'www/mod_dav')
-rw-r--r-- | www/mod_dav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_dav/Makefile b/www/mod_dav/Makefile index e75613c1aa02..a5c1ae5780cc 100644 --- a/www/mod_dav/Makefile +++ b/www/mod_dav/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://www.webdav.org/mod_dav/ MAINTAINER= patrick@mindstep.com -BUILD_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 # This port will work with the following version of Apache and anything newer. APACHE_VERSION= 1.3.6 |