diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 23:47:32 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 23:47:32 +0000 |
commit | 619bae149dc9b067cd9b5b126dd7bf1a084f0227 (patch) | |
tree | 8247799a93011def38886945d525cd5da2a40650 /mail/imp | |
parent | 8d125701dfcda7b36cf333030240f9f09e98e822 (diff) | |
download | pkgsrc-619bae149dc9b067cd9b5b126dd7bf1a084f0227.tar.gz |
update DEPENDS for change of php4-* packages to php-*; be optimistic and
leave the DEPENDS in a form which allows PHP 5.x to match, since it should
work just as well
Diffstat (limited to 'mail/imp')
-rw-r--r-- | mail/imp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index d8496419a21..e645afc349f 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/06/26 20:35:48 adrianp Exp $ +# $NetBSD: Makefile,v 1.26 2004/10/31 23:47:33 jdolecek Exp $ DISTNAME= imp-3.2.4 CATEGORIES= mail www @@ -9,7 +9,7 @@ HOMEPAGE= http://www.horde.org/imp/ COMMENT= Internet Messaging Program DEPENDS+= horde-2.2.4:../../www/horde -DEPENDS+= php-imap>4.0.0:../../mail/php4-imap +DEPENDS+= php-imap>4.0.0:../../mail/php-imap DOCDIR= ${PREFIX}/share/doc/imp EGDIR= ${PREFIX}/share/examples/imp |