diff options
author | obache <obache@pkgsrc.org> | 2013-12-28 09:02:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-28 09:02:31 +0000 |
commit | 8d68617b11794ef359943a9f5590e29c6f875928 (patch) | |
tree | 2f834bb2200d2f45ccc0eb496a119271ea9b778e /inputmethod/ibus-table/Makefile | |
parent | 40d13b68ccd46d4b67058b0f1db8c83cce447c35 (diff) | |
download | pkgsrc-8d68617b11794ef359943a9f5590e29c6f875928.tar.gz |
\U is not usable with UCS2 (python in pkgsrc).
Diffstat (limited to 'inputmethod/ibus-table/Makefile')
-rw-r--r-- | inputmethod/ibus-table/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/ibus-table/Makefile b/inputmethod/ibus-table/Makefile index 2485e9d974a..2274ce0c3f9 100644 --- a/inputmethod/ibus-table/Makefile +++ b/inputmethod/ibus-table/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2013/10/23 12:43:49 obache Exp $ +# $NetBSD: Makefile,v 1.9 2013/12/28 09:02:31 obache Exp $ # DISTNAME= ibus-table-1.5.0 +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= http://ibus.googlecode.com/files/ |