diff options
author | taca <taca@pkgsrc.org> | 2012-05-04 16:07:51 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-05-04 16:07:51 +0000 |
commit | 752d706d49a9c212aa3e678e10330bebd8bbeb7d (patch) | |
tree | 92f3d980c6ed75937129f8ced4288bcf776cd37c /lang/php | |
parent | d702a5b2c531066f6738fcdf654590285cd5ebb0 (diff) | |
download | pkgsrc-752d706d49a9c212aa3e678e10330bebd8bbeb7d.tar.gz |
Correct default value in description of PHP_VERSION_DEFAULT.
Diffstat (limited to 'lang/php')
-rw-r--r-- | lang/php/phpversion.mk | 4 |
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 === # |