summaryrefslogtreecommitdiff
path: root/mail/fetchmailconf
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-06-04 07:45:01 +0000
committerwiz <wiz@pkgsrc.org>2013-06-04 07:45:01 +0000
commit7b151764c7ccdce3f1e90cf97c231d634932a223 (patch)
treec95a6aa18044ad159515f08c9c3b55669cb19f5f /mail/fetchmailconf
parent83687e606e092b53e440e5c0513703490c068787 (diff)
downloadpkgsrc-7b151764c7ccdce3f1e90cf97c231d634932a223.tar.gz
Replace py-Tk/buildlink3.mk with DEPENDS.
There are no buildlink3-relevant files here, just a loadable module.
Diffstat (limited to 'mail/fetchmailconf')
-rw-r--r--mail/fetchmailconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile
index 0be3d5f07af..95da6da377d 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2013/06/03 10:05:30 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2013/06/04 07:45:01 wiz Exp $
DISTNAME= fetchmail-6.3.22
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
@@ -12,6 +12,7 @@ HOMEPAGE= http://fetchmail.berlios.de/
COMMENT= Configuration tool for fetchmail
DEPENDS+= ${DISTNAME}{,nb*}:../../mail/fetchmail
+DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
NO_BUILD= YES
@@ -36,5 +37,4 @@ post-install:
${LN} -s fetchmail.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/fetchmailconf.1
.include "../../lang/python/application.mk"
-.include "../../x11/py-Tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"