diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-01-04 13:47:42 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-01-04 13:47:42 +0000 |
commit | adacc1599045b28dca37a2f3db6f75ef30fd718e (patch) | |
tree | d7178cd797a75f59fc20235a7a86d3b637e8c6e1 /www/horde | |
parent | 57a36f82376fcb411a47d137f2a7de8516c38612 (diff) | |
download | pkgsrc-adacc1599045b28dca37a2f3db6f75ef30fd718e.tar.gz |
+pear-HTTP_Request
PKGREVISION++
Diffstat (limited to 'www/horde')
-rw-r--r-- | www/horde/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index dbb7d22698b..3169971f348 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2008/12/15 23:05:14 adrianp Exp $ +# $NetBSD: Makefile,v 1.61 2009/01/04 13:47:42 adrianp Exp $ DISTNAME= horde-3.3.2 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.horde.org/pub/horde/ \ ftp://ftp.horde.org/pub/horde/ @@ -29,6 +30,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=4.3.3:../../archivers/php-zlib DEPENDS+= ${PHP_PKG_PREFIX}-pear-Console_Table-[0-9]*:../../textproc/pear-Console_Table DEPENDS+= ${PHP_PKG_PREFIX}-pear-File_Find-[0-9]*:../../textproc/pear-File_Find +DEPENDS+= ${PHP_PKG_PREFIX}-pear-HTTP_Request-[0-9]*:../../www/pear-HTTP_Request USE_TOOLS+= pax |