summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-12-27 16:39:07 +0000
committeradrianp <adrianp>2007-12-27 16:39:07 +0000
commit3df743ad6a2358b3c9cdd523ccd67cca5347ef87 (patch)
tree71bac51bf0d7d3462f495b329699a92a7be1492c /security
parent896e63e99215d293b7ae8f0cdff34f1224702a38 (diff)
downloadpkgsrc-3df743ad6a2358b3c9cdd523ccd67cca5347ef87.tar.gz
Add a PCRE bl3 depends to fix builds (found by DragonFly bulk builds)
PKGREVISION++
Diffstat (limited to 'security')
-rw-r--r--security/ap-modsecurity2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ap-modsecurity2/Makefile b/security/ap-modsecurity2/Makefile
index afdb5d195d2..075635b39fc 100644
--- a/security/ap-modsecurity2/Makefile
+++ b/security/ap-modsecurity2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2007/05/18 09:20:09 adrianp Exp $
+# $NetBSD: Makefile,v 1.6 2007/12/27 16:39:07 adrianp Exp $
DISTNAME= modsecurity-apache_2.1.1
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/apache_//}
CATEGORIES= www security
+PKGREVISION= 1
MASTER_SITES= http://www.modsecurity.org/download/
MAINTAINER= adrianp@NetBSD.org
@@ -48,4 +49,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/modsecurity.conf-minimal ${EGDIR}
cd ${WRKSRC}/doc && ${PAX} -rw . ${PREFIX}/share/doc/ap-security
+.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"