diff options
-rw-r--r-- | mail/imp/Makefile | 3 | ||||
-rw-r--r-- | www/horde/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 8597cb04ece..5a9d05b50f1 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/05/09 16:15:06 minskim Exp $ +# $NetBSD: Makefile,v 1.31 2005/06/02 09:13:44 bouyer Exp $ DISTNAME= imp-3.2.8 CATEGORIES= mail www @@ -12,6 +12,7 @@ CONFLICTS+= imp-4.* DEPENDS+= horde>=2.2.4:../../www/horde DEPENDS+= php-imap>4.0.0:../../mail/php-imap +DEPENDS+= pear-Mail-[0-9]*:../../mail/pear-Mail DOCDIR= ${PREFIX}/share/doc/imp EGDIR= ${PREFIX}/share/examples/imp 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.* |