diff options
author | ghen <ghen@pkgsrc.org> | 2007-08-13 14:46:30 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-08-13 14:46:30 +0000 |
commit | 13ea59af42fe20b2a97d9520f70c8106aae1aba3 (patch) | |
tree | 2dcd5d4b112d0b30eaca3e33e1df6ae620eae20e /lang/php | |
parent | 5e06268cdaa221497ffde77b2ffa96117e721756 (diff) | |
download | pkgsrc-13ea59af42fe20b2a97d9520f70c8106aae1aba3.tar.gz |
Adjust the documented default PHP version to the actual 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 9dc46ea2476..90eb566a0e4 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.6 2007/06/18 07:21:09 rillig Exp $ +# $NetBSD: phpversion.mk,v 1.7 2007/08/13 14:46:30 ghen Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. @@ -10,7 +10,7 @@ # the package. # # Possible: 4 5 -# Default: 4 +# Default: 5 # # === Package-settable variables === # |