summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-11-12 18:49:46 +0000
committertron <tron@pkgsrc.org>2003-11-12 18:49:46 +0000
commit44845e8843c69f3a52d75866f3001f49a61a8f0e (patch)
treef88f1543e6b3929c3e781bfc7b259d4015f5e547 /mail
parentbfd8042a083b91a3df1b4e53a4b3272958632be5 (diff)
downloadpkgsrc-44845e8843c69f3a52d75866f3001f49a61a8f0e.tar.gz
Fix dependence problem caused by "openssl" package version bump madness.
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmailconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile
index e0207eec0f5..0dc8df6a22a 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org
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