pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php Added variables for "bmake show-all".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4342eb3ddcd7
branches:  trunk
changeset: 533496:4342eb3ddcd7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Sep 20 09:11:07 2007 +0000

description:
Added variables for "bmake show-all".

diffstat:

 lang/php/phpversion.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r c13c76c4143f -r 4342eb3ddcd7 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Thu Sep 20 08:54:18 2007 +0000
+++ b/lang/php/phpversion.mk    Thu Sep 20 09:11:07 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.7 2007/08/13 14:46:30 ghen Exp $
+# $NetBSD: phpversion.mk,v 1.8 2007/09/20 09:11:07 rillig Exp $
 #
 # This file selects a PHP version, based on the user's preferences and
 # the installed packages.
@@ -56,6 +56,11 @@
 .if !defined(PHPVERSION_MK)
 PHPVERSION_MK= defined
 
+_VARGROUPS+=   php
+_USER_VARS.php=        PHP_VERSION_DEFAULT
+_PKG_VARS.php= PHP_VERSIONS_ACCEPTED PHP_VERSION_REQD
+_SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX
+
 .include "../../mk/bsd.prefs.mk"
 
 PHP_VERSION_DEFAULT?=          5



Home | Main Index | Thread Index | Old Index