summaryrefslogtreecommitdiff
path: root/devel/py-unitgui
diff options
context:
space:
mode:
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"