summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-05-04 16:07:51 +0000
committertaca <taca@pkgsrc.org>2012-05-04 16:07:51 +0000
commit141d6aa111f50bcce665ac93b60a8cd678f2c5db (patch)
tree92f3d980c6ed75937129f8ced4288bcf776cd37c /lang
parentcf87ba4dffb48212a0f670cf8031c5ff275ee20f (diff)
downloadpkgsrc-141d6aa111f50bcce665ac93b60a8cd678f2c5db.tar.gz
Correct default value in description of PHP_VERSION_DEFAULT.
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 53cc6a50a1d..480e5a3376d 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.16 2011/10/29 13:47:03 cheusov Exp $
+# $NetBSD: phpversion.mk,v 1.17 2012/05/04 16:07:51 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
@@ -11,7 +11,7 @@
# the package. '5' means any 5.*, 52 only 5.2.*, 53 only 5.3.*
#
# Possible: 5 52 53
-# Default: 5
+# Default: 53
#
# === Package-settable variables ===
#