diff options
author | tron <tron@pkgsrc.org> | 2003-11-12 18:49:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-11-12 18:49:46 +0000 |
commit | c1591f2773ed6c9dc3fbd0fd528e17e0ea023bb7 (patch) | |
tree | f88f1543e6b3929c3e781bfc7b259d4015f5e547 /mail/fetchmailconf | |
parent | 2bd7e79ca13985e0bab3c513beacf05dccc418c7 (diff) | |
download | pkgsrc-c1591f2773ed6c9dc3fbd0fd528e17e0ea023bb7.tar.gz |
Fix dependence problem caused by "openssl" package version bump madness.
Diffstat (limited to 'mail/fetchmailconf')
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 |
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 |