diff options
author | tron <tron@pkgsrc.org> | 2002-01-23 12:33:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-01-23 12:33:08 +0000 |
commit | 39fa8fcd583c7b55e652c6e96fc40f79106799fe (patch) | |
tree | 802fb3a402ddebf93b6ae9ee20a0bae40e721c50 /mail/fetchmailconf | |
parent | bb1c3fdfc3746586f2b46852a0cc08e34d3275ca (diff) | |
download | pkgsrc-39fa8fcd583c7b55e652c6e96fc40f79106799fe.tar.gz |
Bump package revision to match "fetchmail" package and fixes dependence.
Diffstat (limited to 'mail/fetchmailconf')
-rw-r--r-- | mail/fetchmailconf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index a5552f34dfd..ac3f0d38e40 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2002/01/10 14:10:23 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2002/01/23 12:33:08 tron Exp $ DISTNAME= fetchmail-5.9.6 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ @@ -11,7 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ COMMENT= Configuration tool for fetchmail -DEPENDS+= ${DISTNAME}:../../mail/fetchmail +DEPENDS+= ${PKGNAME:S/conf//}:../../mail/fetchmail DEPENDS+= py-Tk-[0-9]*:../../x11/py-Tk NO_BUILD= YES |