aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2012-05-16 23:02:35 +0800
committerflo <flo@FreeBSD.org>2012-05-16 23:02:35 +0800
commit1c55ae1a43bb9bf02e27589d87c2c4b20dfe4461 (patch)
treee2ccf703a20cf0e631ce403af75239be583bc5ca /lang
parent6ba97b3f01d6837c8798ae5d6b6e0e5893cf04ea (diff)
downloadfreebsd-ports-graphics-1c55ae1a43bb9bf02e27589d87c2c4b20dfe4461.tar.gz
freebsd-ports-graphics-1c55ae1a43bb9bf02e27589d87c2c4b20dfe4461.tar.zst
freebsd-ports-graphics-1c55ae1a43bb9bf02e27589d87c2c4b20dfe4461.zip
fix DEFAULT_PHP_VER, somehow i seem to have reverted this file prior to
committing. Reported by: miwi
Diffstat (limited to 'lang')
-rw-r--r--lang/php53/Makefile.ext4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index 4e36f723883..ea5475b358c 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -3,8 +3,8 @@ COMMENT= The ${PHP_MODNAME} shared extension for php
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= ${PKGNAMESUFFIX:S/-//}
-DEFAULT_PHP_VER=5
-IGNORE_WITH_PHP=4 52
+DEFAULT_PHP_VER=53
+IGNORE_WITH_PHP=52 5
EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME}
WRKSRC= ${WRKDIR}/${EXTSUBDIR}