diff options
Diffstat (limited to 'www/mod_extract_forwarded/Makefile')
-rw-r--r-- | www/mod_extract_forwarded/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/mod_extract_forwarded/Makefile b/www/mod_extract_forwarded/Makefile index 97667fb55de8..f5c06506c7a0 100644 --- a/www/mod_extract_forwarded/Makefile +++ b/www/mod_extract_forwarded/Makefile @@ -14,12 +14,8 @@ MASTER_SITES= http://web.warhound.org/mod_extract_forwarded/ \ MAINTAINER= anders@FreeBSD.org COMMENT= An Apache module that can make proxied requests appear with client IP -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 - +USE_APACHE= yes WRKSRC= ${WRKDIR}/${PORTNAME} - -APXS?= ${LOCALBASE}/sbin/apxs DOCS= doc.html README do-build: |