summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2012-10-03 23:48:00 +0000
committercheusov <cheusov@pkgsrc.org>2012-10-03 23:48:00 +0000
commit03314fe002e318b3b484c76c8f2fe441866f6031 (patch)
tree5bc794f78061ceac2d7865bd6f21873451a23326 /lang/php
parent09c2b55cbae3777ff1fe9662efe555c043116479 (diff)
downloadpkgsrc-03314fe002e318b3b484c76c8f2fe441866f6031.tar.gz
Move documentation for *_REQD variables to "Infrastructure variables"
as suggested by obache@
Diffstat (limited to 'lang/php')
-rw-r--r--lang/php/phpversion.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index e30b93b3ff9..c56ecd0406b 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.23 2012/09/16 20:03:50 cheusov Exp $
+# $NetBSD: phpversion.mk,v 1.24 2012/10/03 23:48:00 cheusov 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
@@ -13,10 +13,11 @@
# Possible: 53 54
# Default: 53
#
+# === Infrastructure variables ===
+#
# PHP_VERSION_REQD
-# PHP version to use. This is a user variable and
-# should not be set in packages.
-# Normally it is used by bulk build tools.
+# PHP version to use. This variable should not be set in
+# packages. Normally it is used by bulk build tools.
#
# Possible: ${PHP_VERSIONS_ACCEPTED}
# Default: ${PHP_VERSION_DEFAULT}