pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/fetchmailconf Fix dependence problem caused by "o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/015c19380800
branches:  trunk
changeset: 463477:015c19380800
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Nov 12 18:49:46 2003 +0000

description:
Fix dependence problem caused by "openssl" package version bump madness.

diffstat:

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

diffs (18 lines):

diff -r 6234510966cf -r 015c19380800 mail/fetchmailconf/Makefile
--- a/mail/fetchmailconf/Makefile       Wed Nov 12 17:24:38 2003 +0000
+++ b/mail/fetchmailconf/Makefile       Wed Nov 12 18:49:46 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2003/11/05 05:20:36 itojun Exp $
+# $NetBSD: Makefile,v 1.56 2003/11/12 18:49:46 tron Exp $
 
 DISTNAME=      fetchmail-6.2.5
 PKGNAME=       ${DISTNAME:S/fetchmail/fetchmailconf/}
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://catb.org/~esr/fetchmail/
 COMMENT=       Configuration tool for fetchmail
 
-DEPENDS+=      ${PKGNAME:S/conf//}:../../mail/fetchmail
+DEPENDS+=      ${PKGNAME:S/conf//}{,nb*}:../../mail/fetchmail
 
 NO_BUILD=      YES
 USE_BUILDLINK2=        YES



Home | Main Index | Thread Index | Old Index