diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-10 17:00:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-10 17:00:15 +0000 |
commit | a372bd5249f3827e0eb7acd72926de0080943060 (patch) | |
tree | 02476000c28d7fa8f247cd825f0a9f6d7c1cf44f /misc | |
parent | 9d48655cbc8b45f6465b6e4a67c5b40890374229 (diff) | |
download | pkgsrc-a372bd5249f3827e0eb7acd72926de0080943060.tar.gz |
Convert to wxGTK28. Bump PKGREVISION.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xchm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile index 5e59fe95a21..84b5ede0dd1 100644 --- a/misc/xchm/Makefile +++ b/misc/xchm/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2009/07/22 09:01:38 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2009/08/10 17:00:15 wiz Exp $ # DISTNAME= xchm-1.13 +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/} @@ -16,5 +17,5 @@ GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes .include "../../devel/chmlib/buildlink3.mk" -.include "../../x11/wxGTK26/buildlink3.mk" +.include "../../x11/wxGTK28/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |