diff options
author | dholland <dholland@pkgsrc.org> | 2011-06-19 00:49:59 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-06-19 00:49:59 +0000 |
commit | f5f6b70e8e04e3562e3de67b1ea6630c4a37738b (patch) | |
tree | ae7538150dc2ab73340ef42f401e4b284613fdaa | |
parent | b9dda8c6c946940de6720b9104caad616caddb24 (diff) | |
download | pkgsrc-f5f6b70e8e04e3562e3de67b1ea6630c4a37738b.tar.gz |
This also uses glib2 directly at least when configuring. It's not clear
if any of the installed binaries really do, but better to be safe.
PKGREVISION -> 9.
-rw-r--r-- | x11/wxGTK28-contrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wxGTK28-contrib/Makefile b/x11/wxGTK28-contrib/Makefile index f790e4f9828..cdbe778920d 100644 --- a/x11/wxGTK28-contrib/Makefile +++ b/x11/wxGTK28-contrib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2011/04/22 13:42:07 obache Exp $ +# $NetBSD: Makefile,v 1.11 2011/06/19 00:49:59 dholland Exp $ # .include "../../x11/wxGTK28/Makefile.common" PKGNAME= ${DISTNAME:S/wxGTK/wxGTK28-contrib/} -PKGREVISION= 8 +PKGREVISION= 9 COMMENT= GTK-based implementation of the wxWidgets GUI library (contrib libraries) USE_TOOLS+= gmake |