diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
commit | 7a0bd317631d50743f0a374e87553b67823ce01b (patch) | |
tree | a6a20687ac7deead25a53b4c03118c3a00060775 /lang/php4 | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) |
Notes
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index a48e5762c5ec..4ba3f16707e9 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -7,7 +7,7 @@ PORTNAME= php4 PORTVERSION= 4.4.9 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ @@ -99,7 +99,7 @@ CONFIGURE_ARGS+=--disable-cgi .if defined(WITH_APACHE) PHP_SAPI+= mod -USE_APACHE= 1.3+ +USE_APACHE= 13+ .include "${PORTSDIR}/Mk/bsd.apache.mk" .if ${APACHE_VERSION} > 13 CONFIGURE_ARGS+=--with-apxs2=${APXS} |