diff options
author | drochner <drochner@pkgsrc.org> | 2006-08-11 17:39:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-08-11 17:39:38 +0000 |
commit | e3c1d692c1009a5b3b53036547d456a6d1687f8b (patch) | |
tree | d37a3682bafaf1d850b52529846a3d9c2acf3bd5 /x11/py-wxWidgets/Makefile | |
parent | 6e0cd19a52e3235c0e4e7bdefbc9a97f9e58feb5 (diff) | |
download | pkgsrc-e3c1d692c1009a5b3b53036547d456a6d1687f8b.tar.gz |
update to 2.6.3.3
too many changes (since 2.6.1.0) to list here, many extensions and fixes,
and synchronisation w/ the wxGTK pkg
Diffstat (limited to 'x11/py-wxWidgets/Makefile')
-rw-r--r-- | x11/py-wxWidgets/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/py-wxWidgets/Makefile b/x11/py-wxWidgets/Makefile index 88be7ba3205..1d63780be34 100644 --- a/x11/py-wxWidgets/Makefile +++ b/x11/py-wxWidgets/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.16 2006/05/26 12:36:19 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/08/11 17:39:38 drochner Exp $ # -DISTNAME= wxPython-src-2.6.1.0 -PKGNAME= ${PYPKGPREFIX}-wxWidgets-2.6.1.0 -PKGREVISION= 4 +DISTNAME= wxPython-src-2.6.3.3 +PKGNAME= ${PYPKGPREFIX}-wxWidgets-2.6.3.3 CATEGORIES= x11 python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxpython/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://wxpython.org/ COMMENT= Python bindings for wxWidgets -WRKSRC= ${WRKDIR}/wxPython-src-2.6.1.0/wxPython +WRKSRC= ${WRKDIR}/wxPython-src-2.6.3.3/wxPython USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config |