diff options
author | tron <tron@pkgsrc.org> | 2004-03-30 18:35:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-03-30 18:35:13 +0000 |
commit | 0cee6311fd8f9b5ac1717e5611c9acf017f21a26 (patch) | |
tree | d9b49d6a37d73e307d1a5050faf0fc6062ba5519 /mail/fetchmailconf | |
parent | eeeff591a1637aee6b90ee2081caf2f0b9a0f5ae (diff) | |
download | pkgsrc-0cee6311fd8f9b5ac1717e5611c9acf017f21a26.tar.gz |
Fix dependence broken by recent package revision bump.
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 1ac4e2d1bd1..9e36ab737ab 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2004/03/26 02:27:43 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2004/03/30 18:35:13 tron Exp $ DISTNAME= fetchmail-6.2.5 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://catb.org/~esr/fetchmail/ COMMENT= Configuration tool for fetchmail -DEPENDS+= ${PKGNAME:S/conf//}{,nb*}:../../mail/fetchmail +DEPENDS+= ${DISTNAME}{,nb*}:../../mail/fetchmail NO_BUILD= YES USE_BUILDLINK2= YES |