summaryrefslogtreecommitdiff
path: root/lang/php/pear.mk
diff options
context:
space:
mode:
authortaca <taca>2013-01-07 14:26:14 +0000
committertaca <taca>2013-01-07 14:26:14 +0000
commit0c966c67c192056cd2266ccb55baaf96660e7b85 (patch)
treecddbd1f06688a65ad671e544f134a250c514a899 /lang/php/pear.mk
parent39453de136c28446cd998353b02c46c92b04f332 (diff)
downloadpkgsrc-0c966c67c192056cd2266ccb55baaf96660e7b85.tar.gz
Update PHP53_VERSION and PHP54_VERSION to make match to php53 and php54.
Diffstat (limited to 'lang/php/pear.mk')
-rw-r--r--lang/php/pear.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php/pear.mk b/lang/php/pear.mk
index 73237ec093d..0b6cad86097 100644
--- a/lang/php/pear.mk
+++ b/lang/php/pear.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pear.mk,v 1.22 2011/01/12 08:15:45 obache Exp $
+# $NetBSD: pear.mk,v 1.23 2013/01/07 14:26:14 taca Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install pear packages.
@@ -22,6 +22,7 @@ PKGNAME= ${PHP_PKG_PREFIX}-pear-${DISTNAME}
CATEGORIES+= www
MASTER_SITE_PEAR_PACKAGE+= \
+ http://download.pear.php.net/package/ \
http://pear.php.net/get/
MASTER_SITES+= ${MASTER_SITE_PEAR_PACKAGE}