diff options
author | dholland <dholland@pkgsrc.org> | 2012-07-01 19:05:10 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-07-01 19:05:10 +0000 |
commit | 49cfd098d9ac562486418c0b9b1800f0499ea9b3 (patch) | |
tree | af6bac08ba19623995a5a336cd7ea2eaf1e37c23 /inputmethod/gcin | |
parent | 43374d4414b44a75c627d1541df7f49b36dad152 (diff) | |
download | pkgsrc-49cfd098d9ac562486418c0b9b1800f0499ea9b3.tar.gz |
Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
Diffstat (limited to 'inputmethod/gcin')
-rw-r--r-- | inputmethod/gcin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inputmethod/gcin/Makefile b/inputmethod/gcin/Makefile index e55bb5dcce8..2ea4ae61e9a 100644 --- a/inputmethod/gcin/Makefile +++ b/inputmethod/gcin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2012/04/21 08:27:16 obache Exp $ +# $NetBSD: Makefile,v 1.16 2012/07/01 19:05:19 dholland Exp $ # DISTNAME= gcin-1.1.7 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= inputmethod #MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ MASTER_SITES= http://cle.linux.org.tw/gcin/download/gcin-old/gcin-1.1.x/ @@ -36,4 +36,5 @@ REPLACE_FILES.sh+= scripts/utf8-edit .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/libXtst/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |