aboutsummaryrefslogtreecommitdiff
path: root/www/mod_perl2
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-07-15 21:24:20 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-07-15 21:24:20 +0000
commitb57c34912b8818ef13311581e6f848358514b55e (patch)
tree7951713d5ce88d86efb2c127b5f92955d10bf502 /www/mod_perl2
parenta61f36035ceca7e515b1d53535876872b660af8d (diff)
downloadports-b57c34912b8818ef13311581e6f848358514b55e.tar.gz
ports-b57c34912b8818ef13311581e6f848358514b55e.zip
- since the port is broken if build against apache24
limit the supported apache version to apache22.
Notes
Notes: svn path=/head/; revision=362008
Diffstat (limited to 'www/mod_perl2')
-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