aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2014-03-31 22:25:48 +0800
committerale <ale@FreeBSD.org>2014-03-31 22:25:48 +0800
commita929992a151ea8df3da3371a337ad8e35624f261 (patch)
tree84bec09569b2e34498749008521da39f6e1a0de9 /lang/php5
parent4bcf520889e5416f458a5941f7572bf1681f1883 (diff)
downloadfreebsd-ports-gnome-a929992a151ea8df3da3371a337ad8e35624f261.tar.gz
freebsd-ports-gnome-a929992a151ea8df3da3371a337ad8e35624f261.tar.zst
freebsd-ports-gnome-a929992a151ea8df3da3371a337ad8e35624f261.zip
Replace DEFAULT_VERSIONS with PHP_DEFAULT.
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile2
-rw-r--r--lang/php5/Makefile.ext2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 70baf14429f1..054b9e5f53e7 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -89,7 +89,7 @@ CONFIGURE_ARGS+=--enable-fpm \
.if defined(PKGNAMEPREFIX)
USE_PHP= yes
-DEFAULT_VERSIONS= php=5
+PHP_DEFAULT= 5.4
IGNORE_WITH_PHP=53 55
USE_APACHE= 22+
.include "${PORTSDIR}/Mk/bsd.apache.mk"
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index a4f2d955a609..4ab3083093bd 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -3,7 +3,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= ${PKGNAMESUFFIX:S/-//}
-DEFAULT_VERSIONS= php=5
+PHP_DEFAULT= 5.4
IGNORE_WITH_PHP=52 53 55
EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME}