pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ap-modsecurity Add PKG_APACHE_ACCEPTED=apache...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7ce6ec142cfa
branches: trunk
changeset: 528857:7ce6ec142cfa
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Fri May 18 10:23:16 2007 +0000
description:
Add PKG_APACHE_ACCEPTED=apache13 apache2 as this package is not
supported with apache 2.2.x
diffstat:
security/ap-modsecurity/Makefile | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 7fa69ca18507 -r 7ce6ec142cfa security/ap-modsecurity/Makefile
--- a/security/ap-modsecurity/Makefile Fri May 18 10:03:30 2007 +0000
+++ b/security/ap-modsecurity/Makefile Fri May 18 10:23:16 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/10/21 12:36:07 adrianp Exp $
+# $NetBSD: Makefile,v 1.5 2007/05/18 10:23:16 adrianp Exp $
#
DISTNAME= modsecurity-apache_1.9.4
@@ -12,13 +12,18 @@
.include "../../mk/apache.mk"
+PKG_APACHE_ACCEPTED= apache13 apache2
+
.if ${PKG_APACHE} == "apache2"
APACHE_DIR= apache2
MOD_EXTN= la
-.else
+.endif
+
+.if ${PKG_APACHE} == "apache13"
APACHE_DIR= apache1
MOD_EXTN= so
.endif
+
PTHREAD_OPTS+= require
.include "../../mk/pthread.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index