pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ap-modsecurity2 Add a PCRE bl3 depends to fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b5d4c27f2ff
branches:  trunk
changeset: 536887:2b5d4c27f2ff
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Thu Dec 27 16:39:07 2007 +0000

description:
Add a PCRE bl3 depends to fix builds (found by DragonFly bulk builds)
PKGREVISION++

diffstat:

 security/ap-modsecurity2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 611113c467d0 -r 2b5d4c27f2ff security/ap-modsecurity2/Makefile
--- a/security/ap-modsecurity2/Makefile Thu Dec 27 16:31:23 2007 +0000
+++ b/security/ap-modsecurity2/Makefile Thu Dec 27 16:39:07 2007 +0000
@@ -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@localhost
@@ -48,4 +49,5 @@
        ${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"



Home | Main Index | Thread Index | Old Index