pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sqwebmail Fix malformed dependency line, caught b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7da63d632204
branches:  trunk
changeset: 534324:7da63d632204
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Oct 16 18:03:03 2007 +0000

description:
Fix malformed dependency line, caught by pbulk. (Hi jlam!)

diffstat:

 mail/sqwebmail/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 658d46180740 -r 7da63d632204 mail/sqwebmail/Makefile
--- a/mail/sqwebmail/Makefile   Tue Oct 16 17:13:37 2007 +0000
+++ b/mail/sqwebmail/Makefile   Tue Oct 16 18:03:03 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2007/10/15 15:38:52 jlam Exp $
+# $NetBSD: Makefile,v 1.61 2007/10/16 18:03:03 tnn Exp $
 
 DISTNAME=      sqwebmail-5.2.0
 CATEGORIES=    mail www
@@ -9,7 +9,7 @@
 COMMENT=       Webmail CGI for access to maildir-style mailboxes
 HOMEPAGE=      http://www.courier-mta.org/sqwebmail/
 
-DEPENDS+=      courier-maildir>=0.57.1../../mail/courier-maildir
+DEPENDS+=      courier-maildir>=0.57.1:../../mail/courier-maildir
 DEPENDS+=      maildrop>=2.0.4nb2:../../mail/maildrop
 
 USE_TOOLS+=            env gmake gzip:run perl:run



Home | Main Index | Thread Index | Old Index