diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-02 00:47:41 +0800 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-02 00:47:41 +0800 |
commit | 19fe40753d31ba0d91325ae15897602b2531875a (patch) | |
tree | 756dc92902e540775c00a7af9b20473c9ab8e7a9 /lang/php5 | |
parent | c2f2d9bfd586d4beba0a893372843bf1de3a93ea (diff) | |
download | freebsd-ports-gnome-19fe40753d31ba0d91325ae15897602b2531875a.tar.gz freebsd-ports-gnome-19fe40753d31ba0d91325ae15897602b2531875a.tar.zst freebsd-ports-gnome-19fe40753d31ba0d91325ae15897602b2531875a.zip |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 3acb3e69f072..92301cb59355 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -105,17 +105,13 @@ PLIST_SUB+= FPM="@comment " .if defined(WITH_APACHE) PHP_SAPI+= mod -USE_APACHE= 13+ +USE_APACHE= 20+ .include "${PORTSDIR}/Mk/bsd.apache.mk" -.if ${APACHE_VERSION} > 13 .if defined(WITH_AP2FILTER) CONFIGURE_ARGS+=--with-apxs2filter=${APXS} .else CONFIGURE_ARGS+=--with-apxs2=${APXS} .endif -.else -CONFIGURE_ARGS+=--with-apxs=${APXS} -.endif PKGMESSAGE= ${PKGDIR}/pkg-message.mod MODULENAME= lib${PORTNAME} SHORTMODNAME= ${PORTNAME} |