summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca>2011-09-14 16:44:26 +0000
committertaca <taca>2011-09-14 16:44:26 +0000
commit6d2ee63571f4ce00c52cad89b6d16a8b67e2136b (patch)
treeda95f0a9d3e59d2f5e8978dd33311074c479e464 /lang
parent0d4ae65424657f906959f2fbaf4d42439b902a0c (diff)
downloadpkgsrc-6d2ee63571f4ce00c52cad89b6d16a8b67e2136b.tar.gz
Make PHP's default version to 5.3.x.
Diffstat (limited to 'lang')
-rw-r--r--lang/php/phpversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index f68b855fdf3..6083973bf29 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.14 2011/03/12 14:07:13 wiz Exp $
+# $NetBSD: phpversion.mk,v 1.15 2011/09/14 16:44:26 taca Exp $
#
# This file selects a PHP version, based on the user's preferences and
# the installed packages. It does not add a dependency on the PHP
@@ -70,7 +70,7 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \
.include "../../mk/bsd.prefs.mk"
-PHP_VERSION_DEFAULT?= 5
+PHP_VERSION_DEFAULT?= 53
PHP_VERSIONS_ACCEPTED?= 5 53
# transform the list into individual variables