diff options
author | jlam <jlam@pkgsrc.org> | 2001-02-23 14:29:25 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-02-23 14:29:25 +0000 |
commit | 19baca2feeab4196c45532d897121efb73f46f20 (patch) | |
tree | 1136c7087bc904ca33cf63475da48758c11b7619 | |
parent | aebdc90c524f2c56ab89ad193e3c40f227e4449a (diff) | |
download | pkgsrc-19baca2feeab4196c45532d897121efb73f46f20.tar.gz |
Change horde dependency to match exactly 1.2.4 on advice from
avsm@horde.org in private email.
-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 533b8669f42..c9f8f82d6c0 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 18:24:49 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/23 14:29:25 jlam Exp $ DISTNAME= imp-2.2.4 CATEGORIES= mail www @@ -8,7 +8,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.horde.org/imp/ COMMENT= Internet Messaging Program -DEPENDS+= horde>=1.2.4:../../www/horde +DEPENDS+= horde-1.2.4:../../www/horde DEPENDS+= php-imap>3.0.17:../../www/php4-imap NO_CONFIGURE= # defined |