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 | 1dea294ba2b7304669410ccc83382e7159bd7803 (patch) | |
tree | 239f8e4df82384dce7f0f413a0ba80fb0402d82b /mail | |
parent | 65c30c2aa6b5f1985c07ba0d13d46cc9e5189337 (diff) | |
download | pkgsrc-1dea294ba2b7304669410ccc83382e7159bd7803.tar.gz |
Move pear-Mail dependancy from www/horde to mail/imp (horde itself doesn't
need it).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imp/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |