diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-12-17 06:48:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-12-17 06:48:01 +0000 |
commit | 0a62d1f8eb8dacae3ce14258c86b01d3aebf2c02 (patch) | |
tree | 2af6f5e9364f1fa0305911c1aee151b0e72a91bf /lang/php5 | |
parent | With portmgr hat on, switch from BROKEN to ignore. It does indeed build. (diff) |
PHP 5.0.3 uses a different extension dir.
Spotted by: Joe Zeiler <zeiler07@covad.net>
Notes
Notes:
svn path=/head/; revision=124260
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 38408a147188..7141875bf6de 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -7,7 +7,7 @@ PORTNAME= php5 PORTVERSION= 5.0.3 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ @@ -78,7 +78,7 @@ OPTIONS= APACHE2 "Use apache 2.x instead of apache 1.3.x" off OPTIONS+= DEBUG "Enable debug" off \ IPV6 "Enable ipv6 support" on -EXT_DIR= 20040412 +EXT_DIR= 20041030 CONFLICTS?= php5-cli-5* mod_php5-5* php5-cgi-5* CONFLICTS+= php4-4* php4-cli-4* mod_php4-4* php4-cgi-4* |