summaryrefslogtreecommitdiff
path: root/mail/imp4
diff options
context:
space:
mode:
authorben <ben>2005-09-08 04:15:07 +0000
committerben <ben>2005-09-08 04:15:07 +0000
commit8a30a8c46ef219ba66e096483d6fe609d43f2465 (patch)
tree2f031d64717cc1eab248f205dc287556ae9a7d21 /mail/imp4
parent8174adc0c741b48cd6010e374d5fd17598f2c1c4 (diff)
downloadpkgsrc-8a30a8c46ef219ba66e096483d6fe609d43f2465.tar.gz
Fix typo (s/DEPENDS++/DEPENDS+=/) to include pear-Mail dependency.
Diffstat (limited to 'mail/imp4')
-rw-r--r--mail/imp4/Makefile4
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"