diff options
Diffstat (limited to 'www/mod_put')
-rw-r--r-- | www/mod_put/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/mod_put/Makefile b/www/mod_put/Makefile index 31217ddb2d48..10d1c447572b 100644 --- a/www/mod_put/Makefile +++ b/www/mod_put/Makefile @@ -13,9 +13,11 @@ DISTFILES= mod_put.tar.gz MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${APXS}:${APACHE_PORT} +RUN_DEPENDS= ${APXS}:${APACHE_PORT} +APXS?= ${LOCALBASE}/sbin/apxs +APACHE_PORT?= ${PORTSDIR}/www/apache13 DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} do-build: |