summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-01-28 17:36:27 +0000
committerdrochner <drochner@pkgsrc.org>2002-01-28 17:36:27 +0000
commite091611063be3325d53b498312d1ebf6558bb837 (patch)
treeb94f1a859841bf1bc51cf12532e4576e79b5b33f /mail
parent4b7389c947dc5ec33c6616720caa2a344d42d3ab (diff)
downloadpkgsrc-e091611063be3325d53b498312d1ebf6558bb837.tar.gz
use buildlink files for Python and py-Tk
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmailconf/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile
index ac3f0d38e40..c0976136de3 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2002/01/23 12:33:08 tron Exp $
+# $NetBSD: Makefile,v 1.34 2002/01/28 17:36:27 drochner Exp $
DISTNAME= fetchmail-5.9.6
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
@@ -13,15 +13,18 @@ HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/
COMMENT= Configuration tool for fetchmail
DEPENDS+= ${PKGNAME:S/conf//}:../../mail/fetchmail
-DEPENDS+= py-Tk-[0-9]*:../../x11/py-Tk
NO_BUILD= YES
USE_X11= YES
EXTRACT_ELEMENTS= ${DISTNAME}/fetchmailconf
+PYTHON_PATCH_SCRIPTS= fetchmailconf
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf ${PREFIX}/bin
${LN} -s fetchmail.1 ${PREFIX}/man/man1/fetchmailconf.1
+.include "../../lang/python/application.buildlink.mk"
+.include "../../x11/py-Tk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"