diff options
author | bouyer <bouyer@pkgsrc.org> | 2005-06-02 09:13:44 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2005-06-02 09:13:44 +0000 |
commit | 9ddb50050da9756c526a6e7d0cb8c2735cd1f1c3 (patch) | |
tree | 239f8e4df82384dce7f0f413a0ba80fb0402d82b /www/horde | |
parent | bd3750fce8148341df32d4061217bf98c46c836d (diff) | |
download | pkgsrc-9ddb50050da9756c526a6e7d0cb8c2735cd1f1c3.tar.gz |
Move pear-Mail dependancy from www/horde to mail/imp (horde itself doesn't
need it).
Diffstat (limited to 'www/horde')
-rw-r--r-- | www/horde/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index f48a16e1c07..212452dff60 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/06/02 09:03:27 bouyer Exp $ +# $NetBSD: Makefile,v 1.37 2005/06/02 09:13:44 bouyer Exp $ DISTNAME= horde-2.2.8 CATEGORIES= www @@ -11,7 +11,6 @@ COMMENT= PHP application framework DEPENDS+= php-gettext>=4.3.3:../../devel/php-gettext 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.* |