diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-15 23:54:36 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-15 23:54:36 +0000 |
commit | 4df833e96517d37ba758b0df9dd5860f9850dd72 (patch) | |
tree | 11ef5a4422d1f8982c78b17e7015b0bec9f55012 /www/mod_dav | |
parent | de607d8627578c8ef79f61aebf6afc8ed3aef266 (diff) | |
download | ports-4df833e96517d37ba758b0df9dd5860f9850dd72.tar.gz ports-4df833e96517d37ba758b0df9dd5860f9850dd72.zip |
Notes
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 |