diff options
Diffstat (limited to 'www/mod_sequester')
-rw-r--r-- | www/mod_sequester/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_sequester/Makefile b/www/mod_sequester/Makefile index ffe026282e97..e8ac1e621555 100644 --- a/www/mod_sequester/Makefile +++ b/www/mod_sequester/Makefile @@ -12,11 +12,12 @@ MASTER_SITES= http://MeepZor.Com/packages/mod_sequester/ MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${APXS}:${APACHE_PORT} +RUN_DEPENDS= ${APXS}:${APACHE_PORT} WRKSRC= ${WRKDIR}/mod_sequester APXS?= ${LOCALBASE}/sbin/apxs +APACHE_PORT?= ${PORTSDIR}/www/apache13 do-build: @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c |