diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-09-25 04:55:01 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-09-25 04:55:01 +0800 |
commit | d80afa5e36c55e83de58fd8f2bff1059b9a15daa (patch) | |
tree | 002bf6e0f9e61f8e33052eb665b1ef0837b1d210 /www/mod_perl2 | |
parent | a35a73c92132743fd5df545427f4964010c0e6da (diff) | |
download | freebsd-ports-gnome-d80afa5e36c55e83de58fd8f2bff1059b9a15daa.tar.gz freebsd-ports-gnome-d80afa5e36c55e83de58fd8f2bff1059b9a15daa.tar.zst freebsd-ports-gnome-d80afa5e36c55e83de58fd8f2bff1059b9a15daa.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@
Diffstat (limited to 'www/mod_perl2')
-rw-r--r-- | www/mod_perl2/Makefile | 5 |
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) |