summaryrefslogtreecommitdiff
path: root/x11/py-wxWindows
diff options
context:
space:
mode:
authorsnj <snj>2004-04-24 22:47:00 +0000
committersnj <snj>2004-04-24 22:47:00 +0000
commit9940b18407907767b64ad72b8bde3a1a4651e0bf (patch)
tree83ccf41c86c451b03bd6fcc5d844a815b316f045 /x11/py-wxWindows
parent59ebad62efbe7fb5d2c63a47b1d53075da2ea7da (diff)
downloadpkgsrc-9940b18407907767b64ad72b8bde3a1a4651e0bf.tar.gz
Convert to buildlink3 and remove superfluous BUILDLINK_DEPENDS.wxGTK.
Diffstat (limited to 'x11/py-wxWindows')
-rw-r--r--x11/py-wxWindows/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/py-wxWindows/Makefile b/x11/py-wxWindows/Makefile
index 517f0eead9e..d1aca7661fe 100644
--- a/x11/py-wxWindows/Makefile
+++ b/x11/py-wxWindows/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/03/26 02:28:02 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2004/04/24 22:47:00 snj Exp $
#
DISTNAME= wxPythonSrc-2.4.2.4
@@ -12,14 +12,13 @@ HOMEPAGE= http://wxpython.org/
COMMENT= wxPython: Python bindings for wxWindows
WRKSRC= ${WRKDIR}/wxPythonSrc-2.4.2.4/wxPython
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
# we depend on glib which pulls in threads
PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth
BUILDLINK_DEPENDS.python21-pth= python21-pth>=2.1.3nb3
BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2
-BUILDLINK_DEPENDS.wxGTK= wxGTK>=2.4.1nb1
.include "../../mk/bsd.prefs.mk"
@@ -35,6 +34,6 @@ PYSETUPBUILDARGS= BUILD_GLCANVAS=0 BUILD_OGL=0 NO_SCRIPTS=1 ${WXARG}
PYSETUPINSTALLARGS= BUILD_GLCANVAS=0 BUILD_OGL=0 NO_SCRIPTS=1 ${WXARG}
PYBINMODULE= yes
-.include "../../x11/wxGTK/buildlink2.mk"
+.include "../../x11/wxGTK/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"