diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:12:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:12:58 +0000 |
commit | f4d7c801f854ff4fad4642d62b23bae798962615 (patch) | |
tree | eee60e8fb7c2a2d1bf0636dd8288df46aee9e9bb /www/mod_extract_forwarded_ap13 | |
parent | 2e8e10b527cd18511e4bd6a598f05050d4190015 (diff) | |
download | ports-f4d7c801f854ff4fad4642d62b23bae798962615.tar.gz ports-f4d7c801f854ff4fad4642d62b23bae798962615.zip |
Notes
Diffstat (limited to 'www/mod_extract_forwarded_ap13')
-rw-r--r-- | www/mod_extract_forwarded_ap13/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/mod_extract_forwarded_ap13/Makefile b/www/mod_extract_forwarded_ap13/Makefile index 97667fb55de8..f5c06506c7a0 100644 --- a/www/mod_extract_forwarded_ap13/Makefile +++ b/www/mod_extract_forwarded_ap13/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: |