summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca>2010-03-15 16:50:15 +0000
committertaca <taca>2010-03-15 16:50:15 +0000
commitd8c06bd1b2791b9b526744c6f4730292d2868ecb (patch)
tree0177f356942abfc4bb437c7d72daa5b79c6d9755 /lang
parent4a82e50dce101e6e62d2e87ca17a62071613d9e3 (diff)
downloadpkgsrc-d8c06bd1b2791b9b526744c6f4730292d2868ecb.tar.gz
Remove one more php4 part.
Diffstat (limited to 'lang')
-rw-r--r--lang/pear/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/lang/pear/Makefile b/lang/pear/Makefile
index b6fca111319..28e041396c0 100644
--- a/lang/pear/Makefile
+++ b/lang/pear/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2010/03/09 07:48:38 obache Exp $
+# $NetBSD: Makefile,v 1.13 2010/03/15 16:50:15 taca Exp $
#
DISTNAME= PEAR-1.9.0
@@ -18,11 +18,7 @@ USE_TOOLS+= gzcat
.include "../../lang/php/phpversion.mk"
-.if ${PKG_PHP_VERSION} == "4"
-CONFLICTS+= php<4.4.6nb1
-.elif ${PKG_PHP_VERSION} == "5"
CONFLICTS+= php<5.2.1nb2
-.endif
CONF_FILES= ${PREFIX}/share/examples/pear/pear.conf \
${PKG_SYSCONFDIR}/pear.conf
@@ -96,10 +92,6 @@ do-install:
.include "${PHPPKGSRCDIR}/buildlink3.mk"
-.if ${PKG_PHP_VERSION} == "4"
-BUILDLINK_API_DEPENDS.php+= php>=4.4.6nb1
-.elif ${PKG_PHP_VERSION} == "5"
BUILDLINK_API_DEPENDS.php+= php>=5.2.1nb2
-.endif
.include "../../mk/bsd.pkg.mk"