summaryrefslogtreecommitdiff
path: root/devel/py-unitgui
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-10-24 21:08:52 +0000
committerdrochner <drochner@pkgsrc.org>2002-10-24 21:08:52 +0000
commita09aa926fbd2f26efc0ef112244e0bdf904d26ed (patch)
treeb08f46ab7f146ce4730a9f1814e94ed881851554 /devel/py-unitgui
parent1616e6570b7e94c8856149bd142d4245694da74b (diff)
downloadpkgsrc-a09aa926fbd2f26efc0ef112244e0bdf904d26ed.tar.gz
use buildlink2
Diffstat (limited to 'devel/py-unitgui')
-rw-r--r--devel/py-unitgui/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-unitgui/Makefile b/devel/py-unitgui/Makefile
index e526e75ed40..c662b32ff83 100644
--- a/devel/py-unitgui/Makefile
+++ b/devel/py-unitgui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/09/21 23:46:49 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2002/10/24 21:08:52 drochner Exp $
DISTNAME= pyunit-1.4.1
PKGNAME= ${PYPKGPREFIX}-unitgui-1.4.1
@@ -10,7 +10,8 @@ HOMEPAGE= http://pyunit.sourceforge.net/
COMMENT= unit testing framework for python tk
PYDISTUTILSPKG= # defined
+USE_BUILDLINK2= yes
.include "../../lang/python/extension.mk"
-.include "../../x11/py-Tk/buildlink.mk"
+.include "../../x11/py-Tk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"