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_throttle | |
parent | 2e8e10b527cd18511e4bd6a598f05050d4190015 (diff) | |
download | freebsd-ports-f4d7c801f854ff4fad4642d62b23bae798962615.zip |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex
Diffstat (limited to 'www/mod_throttle')
-rw-r--r-- | www/mod_throttle/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/mod_throttle/Makefile b/www/mod_throttle/Makefile index 2266e493c071..b967c5c89846 100644 --- a/www/mod_throttle/Makefile +++ b/www/mod_throttle/Makefile @@ -16,13 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= anders@FreeBSD.org COMMENT= An Apache module that provides bandwidth & request throttling -BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 - +USE_APACHE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -APXS?= ${LOCALBASE}/sbin/apxs - DOCS= CHANGES.txt LICENSE.txt index.shtml do-build: |