diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php/phpversion.mk | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 6083973bf29..53cc6a50a1d 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.15 2011/09/14 16:44:26 taca Exp $ +# $NetBSD: phpversion.mk,v 1.16 2011/10/29 13:47:03 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 @@ -78,19 +78,6 @@ PHP_VERSIONS_ACCEPTED?= 5 53 _PHP_VERSION_${pv}_OK= yes .endfor -# most pkgsrc PHP5 extensions work on both PHP 5.2.* and 5.3.*; if marked -# as '5', accent any 5.* -.if defined(_PHP_VERSION_5_OK) -. if !defined(_PHP_VERSION_53_OK) -_PHP_VERSION_53_OK= yes -PHP_VERSIONS_ACCEPTED+= 53 -. endif -. if !defined(_PHP_VERSION_52_OK) -_PHP_VERSION_52_OK= yes -PHP_VERSIONS_ACCEPTED+= 52 -. endif -.endif - # check what is installed .if exists(${LOCALBASE}/lib/php/20040412) _PHP_VERSION_5_INSTALLED= yes |