summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/py-idle/Makefile6
-rw-r--r--devel/py-unitgui/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-idle/Makefile b/devel/py-idle/Makefile
index c785c84d8e5..40bd2fb3f31 100644
--- a/devel/py-idle/Makefile
+++ b/devel/py-idle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/04/15 17:58:57 drochner Exp $
+# $NetBSD: Makefile,v 1.12 2004/05/02 03:55:05 snj Exp $
#
PKGNAME= ${PYPKGPREFIX}-idle-0
@@ -9,7 +9,7 @@ HOMEPAGE= http://www.python.org/idle/
COMMENT= IDLE - The Integrated DeveLopment Environment for Python
USE_X11= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
PY_PATCHPLIST= yes
@@ -62,5 +62,5 @@ do-install:
.include "../../lang/python/srcdist.mk"
.include "../../lang/python/application.mk"
-.include "../../x11/py-Tk/buildlink2.mk"
+.include "../../x11/py-Tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-unitgui/Makefile b/devel/py-unitgui/Makefile
index a98eb9ae553..c7cd55313ab 100644
--- a/devel/py-unitgui/Makefile
+++ b/devel/py-unitgui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 16:43:46 martti Exp $
+# $NetBSD: Makefile,v 1.5 2004/05/02 03:55:05 snj Exp $
DISTNAME= pyunit-1.4.1
PKGNAME= ${PYPKGPREFIX}-unitgui-1.4.1
@@ -10,8 +10,8 @@ HOMEPAGE= http://pyunit.sourceforge.net/
COMMENT= Unit testing framework for python tk
PYDISTUTILSPKG= # defined
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
.include "../../lang/python/extension.mk"
-.include "../../x11/py-Tk/buildlink2.mk"
+.include "../../x11/py-Tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"