diff options
author | recht <recht@pkgsrc.org> | 2003-09-09 11:54:55 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-09 11:54:55 +0000 |
commit | 7797a28b4b3c56baa2e966299b33e746f312755e (patch) | |
tree | ab036223216c588fe4d2285254e146351f30ac58 /x11/wxGTK/Makefile | |
parent | 2c5a669e3739ee82e2ad15c6ad21506ad7119cbf (diff) | |
download | pkgsrc-7797a28b4b3c56baa2e966299b33e746f312755e.tar.gz |
Apply patch provided by Joachim Koenig-Baltes in PR 22700 to make wxPython
2.4.1.2 compile. (Adds a missing definition in include/wx/menuitem.h.)
Bump PKGREVISION to 1.
Diffstat (limited to 'x11/wxGTK/Makefile')
-rw-r--r-- | x11/wxGTK/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/wxGTK/Makefile b/x11/wxGTK/Makefile index f2d6db24e90..fe67be20ed6 100644 --- a/x11/wxGTK/Makefile +++ b/x11/wxGTK/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.24 2003/09/03 18:22:51 xtraeme Exp $ +# $NetBSD: Makefile,v 1.25 2003/09/09 11:54:55 recht Exp $ # DISTNAME= wxGTK-2.4.1 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxwindows/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tsarna@NetBSD.org -HOMEPAGE= http://www.wxwindows.org +HOMEPAGE= http://www.wxwindows.org/ COMMENT= GTK-based implementation of the wxWindows GUI library USE_BUILDLINK2= YES |