aboutsummaryrefslogtreecommitdiff
path: root/www/mod_perl2
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-09-24 20:55:01 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-09-24 20:55:01 +0000
commit1d6232b2466c9120e6e40050dbfef4271ad534d8 (patch)
tree002bf6e0f9e61f8e33052eb665b1ef0837b1d210 /www/mod_perl2
parenta6832b2be98a607df5d07c8d35e6ac87570607d3 (diff)
downloadports-1d6232b2466c9120e6e40050dbfef4271ad534d8.tar.gz
ports-1d6232b2466c9120e6e40050dbfef4271ad534d8.zip
- USE_APACHE s/22+/22/
some additional cleanups/fixes - adopt new Makefile header - convert to optionsNG - use BROKEN instead IGNORE in bsd.apache.mk with hat apache@
Notes
Notes: svn path=/head/; revision=304797
Diffstat (limited to 'www/mod_perl2')
-rw-r--r--www/mod_perl2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile
index 12a04014bbd1..cf5108ad19c4 100644
--- a/www/mod_perl2/Makefile
+++ b/www/mod_perl2/Makefile
@@ -65,10 +65,13 @@ MAN3= APR.3 APR::Base64.3 APR::Brigade.3 APR::Bucket.3 \
.include <bsd.port.pre.mk>
+.if ${APACHE_VERSION} > 22
+BROKEN= Does not build with apache24
+.endif
+
# Using apxs in this way is problematic if apache2 is installed under a
# different PREFIX than mod_perl2, because the mod_perl2 installation will
# use paths returned by apxs to install some components. Fixes welcome.
-#CONFIGURE_ARGS= MP_APXS=${LOCALBASE}/sbin/apxs PREFIX=${PREFIX}
CONFIGURE_ARGS= PREFIX=${PREFIX} MP_APXS=${APXS} MP_APR_CONFIG=${LOCALBASE}/bin/apr-1-config
.if exists(${LOCALBASE}/include/apr-1/apr.h)