summaryrefslogtreecommitdiff
path: root/www/horde
diff options
context:
space:
mode:
authorbouyer <bouyer>2005-06-02 09:03:27 +0000
committerbouyer <bouyer>2005-06-02 09:03:27 +0000
commit7dda068de0b088729e01436cd2119debd8f619d3 (patch)
tree649d6143483cc9197129983757670b9e66f8418f /www/horde
parent3c8aa4cb2553d8eb7c3a93ba7fd06c3b9a4c07ae (diff)
downloadpkgsrc-7dda068de0b088729e01436cd2119debd8f619d3.tar.gz
Add dependancy to pear-DB and pear-Mail, now that these aren't included
in php any more. While here, change -* to -[0-9]* for the pear-Log dependancy.
Diffstat (limited to 'www/horde')
-rw-r--r--www/horde/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile
index d238a587f64..f48a16e1c07 100644
--- a/www/horde/Makefile
+++ b/www/horde/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/05/15 21:39:07 salo Exp $
+# $NetBSD: Makefile,v 1.36 2005/06/02 09:03:27 bouyer Exp $
DISTNAME= horde-2.2.8
CATEGORIES= www
@@ -9,7 +9,9 @@ HOMEPAGE= http://www.horde.org/
COMMENT= PHP application framework
DEPENDS+= php-gettext>=4.3.3:../../devel/php-gettext
-DEPENDS+= pear-Log-*:../../sysutils/pear-Log
+DEPENDS+= pear-Log-[0-9]*:../../sysutils/pear-Log
+DEPENDS+= pear-DB-[0-9]*:../../databases/pear-DB
+DEPENDS+= pear-Mail-[0-9]*:../../mail/pear-Mail
CONFLICTS+= horde-3.*