summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-handwrite/Makefile
diff options
context:
space:
mode:
authorobache <obache>2014-08-28 10:27:28 +0000
committerobache <obache>2014-08-28 10:27:28 +0000
commitca45a493dce8941b85e6907261b0ffb51c901671 (patch)
tree0f6e538bee0e1e336c948696b81d3b799b6ab228 /inputmethod/ibus-handwrite/Makefile
parent4211151385426255baa3965f61a1e8024f0be05f (diff)
downloadpkgsrc-ca45a493dce8941b85e6907261b0ffb51c901671.tar.gz
Update ibus-handwrite to 3.0.0.
since all 2.x software bump to 3.0 when they ported to gtk3, same rules apply to ibus-handwrite!
Diffstat (limited to 'inputmethod/ibus-handwrite/Makefile')
-rw-r--r--inputmethod/ibus-handwrite/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/inputmethod/ibus-handwrite/Makefile b/inputmethod/ibus-handwrite/Makefile
index eb4f16eeaec..2622106ecd4 100644
--- a/inputmethod/ibus-handwrite/Makefile
+++ b/inputmethod/ibus-handwrite/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2014/05/05 00:48:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2014/08/28 10:27:28 obache Exp $
#
-DISTNAME= ibus-handwrite-2.1.4
-PKGREVISION= 19
+DISTNAME= ibus-handwrite-3.0.0
CATEGORIES= inputmethod
-MASTER_SITES= http://ibus-handwrite.googlecode.com/files/
+MASTER_SITES= https://github.com/microcai/ibus-handwrite/releases/download/${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= obache@NetBSD.org
@@ -30,8 +29,7 @@ SUBST_FILES.locale_dir= src/main.c
SUBST_VARS.locale_dir= _PKGLOCALEDIR
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../graphics/gtkglext/buildlink3.mk"
.include "../../inputmethod/ibus/buildlink3.mk"
.include "../../inputmethod/zinnia/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"