From 55394df181ec19fd19bbe368435f4eb7324e166b Mon Sep 17 00:00:00 2001 From: swalker Date: Sun, 18 Apr 2010 22:24:43 +0000 Subject: [PATCH] [packages] php-pear: use the package-specific url git-svn-id: svn://svn.openwrt.org/openwrt/packages@21006 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/php-pear/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php-pear/Makefile b/lang/php-pear/Makefile index fa108454d..22fe6feaf 100644 --- a/lang/php-pear/Makefile +++ b/lang/php-pear/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -24,7 +24,7 @@ define Package/php-pear SECTION:=lang CATEGORY:=Languages TITLE:=PEAR - URL:=http://pear.php.net/ + URL:=http://pear.php.net/package/PEAR DEPENDS:=+php5 endef