diff options
author | ben <ben@pkgsrc.org> | 2005-09-08 04:15:07 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2005-09-08 04:15:07 +0000 |
commit | 6e9e03543c5efc5d4fd3d5d051cde283ced554d4 (patch) | |
tree | 2f031d64717cc1eab248f205dc287556ae9a7d21 | |
parent | b8ee3e57b52e7ad765c54321fc09fbdb06a648ef (diff) | |
download | pkgsrc-6e9e03543c5efc5d4fd3d5d051cde283ced554d4.tar.gz |
Fix typo (s/DEPENDS++/DEPENDS+=/) to include pear-Mail dependency.
-rw-r--r-- | mail/imp4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/imp4/Makefile b/mail/imp4/Makefile index 695c287e17d..f1b4baf9464 100644 --- a/mail/imp4/Makefile +++ b/mail/imp4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/08/19 18:12:38 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/08 04:15:07 ben Exp $ DISTNAME= imp-h3-${IMPVER} PKGNAME= imp-${IMPVER} @@ -14,7 +14,7 @@ CONFLICTS+= imp-3.* DEPENDS+= horde>=3.0.2:../../www/horde3 DEPENDS+= php-imap>4.3.3:../../mail/php-imap -DEPENDS++ pear-Mail-[0-9]*:../../mail/pear-Mail +DEPENDS+= pear-Mail-[0-9]*:../../mail/pear-Mail .include "../../mk/bsd.prefs.mk" |