From e54f59994fd9e921b0fc1fa44868f12dca45293e Mon Sep 17 00:00:00 2001 From: adrianp Date: Fri, 18 May 2007 10:23:16 +0000 Subject: Add PKG_APACHE_ACCEPTED=apache13 apache2 as this package is not supported with apache 2.2.x --- security/ap-modsecurity/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/ap-modsecurity/Makefile b/security/ap-modsecurity/Makefile index f65e4fa8b36..da7d390beaf 100644 --- a/security/ap-modsecurity/Makefile +++ b/security/ap-modsecurity/Makefile @@ -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 @@ COMMENT= Intrusion detection and prevention engine for web applications .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" -- cgit v1.2.3