Bump package revision to match "fetchmail" package and fixes dependence.
This commit is contained in:
parent
bb1c3fdfc3
commit
39fa8fcd58
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue