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 | 4413ec555c78caee9e86163608b9f2149b90ed5e (patch) | |
tree | d9b49d6a37d73e307d1a5050faf0fc6062ba5519 /mail/fetchmailconf | |
parent | a4fbec96a6aeb53d581096786f48ec01a01cd1de (diff) | |
download | pkgsrc-4413ec555c78caee9e86163608b9f2149b90ed5e.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 |