summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-11-13 22:53:10 +0000
committerjoerg <joerg@pkgsrc.org>2013-11-13 22:53:10 +0000
commit06e53a3bf9cc29b390dff9901ccb8ef8774635ef (patch)
tree993f5d4cf0b8b60d91cc076e5f4ed41e9610cb58 /security
parentdd76b53b7136a54f5f82531600ff9155de0af4f7 (diff)
downloadpkgsrc-06e53a3bf9cc29b390dff9901ccb8ef8774635ef.tar.gz
Force Lua 5.1.
Diffstat (limited to 'security')
-rw-r--r--security/ap-modsecurity2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ap-modsecurity2/Makefile b/security/ap-modsecurity2/Makefile
index 1310aec74b9..8be8ee6c978 100644
--- a/security/ap-modsecurity2/Makefile
+++ b/security/ap-modsecurity2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2013/10/30 06:49:54 dholland Exp $
+# $NetBSD: Makefile,v 1.27 2013/11/13 22:53:10 joerg Exp $
DISTNAME= modsecurity-apache_2.5.13
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/apache_//}
@@ -15,6 +15,7 @@ APACHE_MODULE= yes
PKG_APACHE_ACCEPTED= apache22
USE_APR= yes
USE_LANGUAGES= c++ c
+LUA_VERSIONS_ACCEPTED= 51
.include "../../mk/apache.mk"
.include "options.mk"