diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-25 22:17:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-25 22:17:15 +0000 |
commit | 10b11f844378dd937d7a4b1bb2a5cabd9cb40c3e (patch) | |
tree | 160ece2be50c94c01291b5c418f454051c7d2626 /inputmethod/uim/Makefile | |
parent | db60e0b0c474e49f0180791621384e6e01dd9c98 (diff) | |
download | pkgsrc-10b11f844378dd937d7a4b1bb2a5cabd9cb40c3e.tar.gz |
Bug fix for the gtk2 input method:
Do not run g_source_remove if there is no source.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod/uim/Makefile')
-rw-r--r-- | inputmethod/uim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index f8cd3f161b6..762cbcadd19 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2005/09/30 12:43:35 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2005/11/25 22:17:15 wiz Exp $ # DISTNAME= uim-0.4.9.1 +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= http://uim.freedesktop.org/releases/ |