diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-07-16 05:24:20 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-07-16 05:24:20 +0800 |
commit | 4f4c9a749f1988d5258352d0742dff91645a0755 (patch) | |
tree | 7951713d5ce88d86efb2c127b5f92955d10bf502 /www | |
parent | ea7d1c08ecc32988a3921db2106055220236c0b7 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |