aboutsummaryrefslogtreecommitdiff
path: root/security/shibboleth2-sp
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-08-18 14:29:08 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-08-18 14:29:08 +0000
commit63f3e3b0d43bb0b1197cbb5e4c4dfc3a34adb25b (patch)
treedb78183546bb8049f66df049872ab54fe9939c31 /security/shibboleth2-sp
parentdd195ccb65e4fa43789bd6207b16edef95e01297 (diff)
Notes
Diffstat (limited to 'security/shibboleth2-sp')
-rw-r--r--security/shibboleth2-sp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile
index 68c7ec5257d6..739d7d6e9a20 100644
--- a/security/shibboleth2-sp/Makefile
+++ b/security/shibboleth2-sp/Makefile
@@ -36,8 +36,9 @@ CONFIGURE_ARGS= --enable-apache-22 --with-apxs22=${APXS}
PLIST_SUB+= WITH_APACHE_22=""
PLIST_SUB+= WITH_APACHE_20="@comment "
.else
-USE_APACHE= 20
-CONFIGURE_ARGS= --enable-apache-20 --with-apxs2=${APXS} --with-apr=${PREFIX}/lib/apache2/apr-config --with-apu=${PREFIX}/lib/apache2/apu-config
+IGNORE= apache20 is no longer available
+#USE_APACHE= 20
+#CONFIGURE_ARGS= --enable-apache-20 --with-apxs2=${APXS} --with-apr=${PREFIX}/lib/apache2/apr-config --with-apu=${PREFIX}/lib/apache2/apu-config
PLIST_SUB+= WITH_APACHE_22="@comment "
PLIST_SUB+= WITH_APACHE_20=""
.endif