aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2014-07-16 05:24:20 +0800
committerohauer <ohauer@FreeBSD.org>2014-07-16 05:24:20 +0800
commit4f4c9a749f1988d5258352d0742dff91645a0755 (patch)
tree7951713d5ce88d86efb2c127b5f92955d10bf502 /www
parentea7d1c08ecc32988a3921db2106055220236c0b7 (diff)
downloadfreebsd-ports-gnome-4f4c9a749f1988d5258352d0742dff91645a0755.tar.gz
freebsd-ports-gnome-4f4c9a749f1988d5258352d0742dff91645a0755.tar.zst
freebsd-ports-gnome-4f4c9a749f1988d5258352d0742dff91645a0755.zip
- since the port is broken if build against apache24
limit the supported apache version to apache22.
Diffstat (limited to 'www')
-rw-r--r--www/mod_perl2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile
index 406699c0d09a..395c0f308e6f 100644
--- a/www/mod_perl2/Makefile
+++ b/www/mod_perl2/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
SUB_FILES= pkg-message
SUB_LIST= APACHEMODDIR=${APACHEMODDIR}
-USE_APACHE= 22+
+USE_APACHE= 22
USES= gmake perl5
USE_PERL5= configure
USE_CSTD= gnu89