summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authorcheusov <cheusov>2011-10-29 13:47:03 +0000
committercheusov <cheusov>2011-10-29 13:47:03 +0000
commit178b3c0ac2a6acc5ca4c739065fe6a15efeb0c4e (patch)
treecae0f6bec714f678eda47f05c84877b3beeeab45 /lang/php
parenta8d0241e94f92b24bd0def731119fc34b37e8444 (diff)
downloadpkgsrc-178b3c0ac2a6acc5ca4c739065fe6a15efeb0c4e.tar.gz
Do not change PHP_VERSIONS_ACCEPTED in phpversion.mk.
It is not necessary anymore. No objections in tech-pkg@.
Diffstat (limited to 'lang/php')
-rw-r--r--lang/php/phpversion.mk15
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