aboutsummaryrefslogtreecommitdiff
path: root/www/mod_security21
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-04-11 14:33:37 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-04-11 14:33:37 +0000
commitdc33301fad88bdb0ba35c7e7573a58f8d2d4ced2 (patch)
tree89f2148af48488da04cadf25f071e7a060e86397 /www/mod_security21
parent8d578824b39787f278e9569b5d84b0f22fb87351 (diff)
downloadports-dc33301fad88bdb0ba35c7e7573a58f8d2d4ced2.tar.gz
ports-dc33301fad88bdb0ba35c7e7573a58f8d2d4ced2.zip
- Add correct support to build always with libxml2.
- Bump PORTREVISION. Reported by: Fabien Debuire <yayien@gmail.com> (via private mail), Dariusz Rubinkiewicz <dr@debesciak.net> (via private mail)
Notes
Notes: svn path=/head/; revision=211069
Diffstat (limited to 'www/mod_security21')
-rw-r--r--www/mod_security21/Makefile6
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