pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/py-wxWindows Convert to buildlink3 and remove supe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c43f8ef7c2a3
branches:  trunk
changeset: 473831:c43f8ef7c2a3
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Apr 24 22:47:00 2004 +0000

description:
Convert to buildlink3 and remove superfluous BUILDLINK_DEPENDS.wxGTK.

diffstat:

 x11/py-wxWindows/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r a27d11c115fe -r c43f8ef7c2a3 x11/py-wxWindows/Makefile
--- a/x11/py-wxWindows/Makefile Sat Apr 24 22:46:08 2004 +0000
+++ b/x11/py-wxWindows/Makefile Sat Apr 24 22:47:00 2004 +0000
@@ -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 @@
 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 @@
 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"



Home | Main Index | Thread Index | Old Index