diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-04-11 14:33:37 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-04-11 14:33:37 +0000 |
commit | dc33301fad88bdb0ba35c7e7573a58f8d2d4ced2 (patch) | |
tree | 89f2148af48488da04cadf25f071e7a060e86397 /www/mod_security21 | |
parent | 8d578824b39787f278e9569b5d84b0f22fb87351 (diff) |
Notes
Diffstat (limited to 'www/mod_security21')
-rw-r--r-- | www/mod_security21/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/mod_security21/Makefile b/www/mod_security21/Makefile index ab7e3439cbe0..5c6ca710f4d8 100644 --- a/www/mod_security21/Makefile +++ b/www/mod_security21/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_security2 PORTVERSION= 2.1.7 +PORTREVISION= 1 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/download/ DISTNAME= ${PORTNAME:S/_//:S/2//}-apache_${PORTVERSION} @@ -15,9 +16,12 @@ MAINTAINER= araujo@FreeBSD.org COMMENT= An intrusion detection and prevention engine USE_APACHE= 2.0+ -USE_GNOME= libxml2 AP_FAST_BUILD= yes AP_GENPLIST= yes +AP_EXTRAS+= -DWITH_LIBXML2 +AP_INC= ${LOCALBASE}/include/libxml2 +AP_LIB= ${LOCALBASE}/lib +USE_GNOME= libxml2 MODULENAME= mod_security2 WRKSRCTOP= ${WRKDIR}/${DISTNAME} WRKSRC= ${WRKSRCTOP}/apache2 |