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 | 7c450b64d8c0f13c35d375b58208317c381dd72a (patch) | |
tree | ae7538150dc2ab73340ef42f401e4b284613fdaa /x11 | |
parent | 752affb1781b26a92015827fb1e4e90f02e61667 (diff) | |
download | pkgsrc-7c450b64d8c0f13c35d375b58208317c381dd72a.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.
Diffstat (limited to 'x11')
-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 |