diff options
author | snj <snj@pkgsrc.org> | 2004-04-24 22:47:00 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-24 22:47:00 +0000 |
commit | c2d0e4b56f805172ef490e7fef39d4cfee191e77 (patch) | |
tree | 83ccf41c86c451b03bd6fcc5d844a815b316f045 /x11/py-wxWindows | |
parent | e8132b3fbf57e6c302b9375356ab172ea1b48f6b (diff) | |
download | pkgsrc-c2d0e4b56f805172ef490e7fef39d4cfee191e77.tar.gz |
Convert to buildlink3 and remove superfluous BUILDLINK_DEPENDS.wxGTK.
Diffstat (limited to 'x11/py-wxWindows')
-rw-r--r-- | x11/py-wxWindows/Makefile | 7 |
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" |