pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/imp4 Fix typo (s/DEPENDS++/DEPENDS+=/) to include...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd74cc5ee019
branches: trunk
changeset: 499036:bd74cc5ee019
user: ben <ben%pkgsrc.org@localhost>
date: Thu Sep 08 04:15:07 2005 +0000
description:
Fix typo (s/DEPENDS++/DEPENDS+=/) to include pear-Mail dependency.
diffstat:
mail/imp4/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0a730576b9bd -r bd74cc5ee019 mail/imp4/Makefile
--- a/mail/imp4/Makefile Thu Sep 08 02:52:07 2005 +0000
+++ b/mail/imp4/Makefile Thu Sep 08 04:15:07 2005 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index