Subject: devel/epydoc: missing depency x11/py-Tk
To: None <tech-pkg@netbsd.org>
From: Berndt Josef Wulf <wulf@ping.net.au>
List: tech-pkg
Date: 11/09/2006 16:02:36
G'day,
execution of epydocgui will fail as it requires the python TK module, a
dependency that is currently missing. The patch included below fixes this
problem.
cheerio Berndt
RCS file: /cvsroot/pkgsrc/devel/epydoc/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile 5 Feb 2006 23:08:41 -0000 1.7
+++ Makefile 9 Nov 2006 02:17:18 -0000
@@ -18,4 +18,5 @@
cd ${WRKSRC}/doc && ${PAX} -rw -pp -pm . ${EPYDOCDIR}
.include "../../lang/python/extension.mk"
+.include "../../x11/py-Tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"