diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-07 17:12:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-07 17:12:58 +0800 |
commit | 264cdcd7a6bead083ad3106f86fb0744dedb57f5 (patch) | |
tree | 1a018b24ee2f215bd6917d868f44c8f904dda8bf /www/mod_security | |
parent | 8ea77b67d66da4a3b085568e881b2aab1f559c32 (diff) | |
download | freebsd-ports-gnome-264cdcd7a6bead083ad3106f86fb0744dedb57f5.tar.gz freebsd-ports-gnome-264cdcd7a6bead083ad3106f86fb0744dedb57f5.tar.zst freebsd-ports-gnome-264cdcd7a6bead083ad3106f86fb0744dedb57f5.zip |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex
Diffstat (limited to 'www/mod_security')
-rw-r--r-- | www/mod_security/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index 76f80405fee0..f460bc8463ac 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} MAINTAINER= sysadmin@alexdupre.com COMMENT= An intrusion detection and prevention engine +USE_APACHE= yes .include <bsd.port.pre.mk> @@ -20,22 +21,16 @@ COMMENT= An intrusion detection and prevention engine WITH_APACHE2= yes .endif -APXS?= ${LOCALBASE}/sbin/apxs .if defined(WITH_APACHE2) -APACHE_PORT?= ${PORTSDIR}/www/apache2 APWRKSRC?= ${WRKSRC}/apache2 PLIST_SUB= APACHE=apache2 SO= la .else -APACHE_PORT?= ${PORTSDIR}/www/apache13 APWRKSRC?= ${WRKSRC}/apache1 PLIST_SUB= APACHE=apache SO= so .endif -BUILD_DEPENDS+= ${APXS}:${APACHE_PORT} -RUN_DEPENDS+= ${APXS}:${APACHE_PORT} - DOCS= CHANGES INSTALL LICENSE README modsecurity-manual-1.7.pdf PLIST_SUB+= VER=1.7 |