diff options
author | obache <obache@pkgsrc.org> | 2014-08-10 02:15:25 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-08-10 02:15:25 +0000 |
commit | d08f804995d1438ca0b6a740994d4fd6ad86531c (patch) | |
tree | e16f54ddbe46b86a3587e4e4425260ce023661e3 | |
parent | 97eabfb8c72cb1ad09ca088a83cf3624b92836d1 (diff) | |
download | pkgsrc-d08f804995d1438ca0b6a740994d4fd6ad86531c.tar.gz |
remove unwanted comment.
-rw-r--r-- | inputmethod/ibus-kkc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inputmethod/ibus-kkc/Makefile b/inputmethod/ibus-kkc/Makefile index 1a5525a2559..a2f3946e567 100644 --- a/inputmethod/ibus-kkc/Makefile +++ b/inputmethod/ibus-kkc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/05/24 13:24:32 obache Exp $ +# $NetBSD: Makefile,v 1.2 2014/08/10 02:15:25 obache Exp $ DISTNAME= ibus-kkc-1.5.20 CATEGORIES= inputmethod japanese @@ -20,7 +20,6 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config FIND_PREFIX:= SKK_JISYO_DIR=skk-jisyo .include "../../mk/find-prefix.mk" -# ${M4DIR} now contains the installation prefix for the "gm4" package. CONFIGURE_ARGS+= --with-skkdic=${SKK_JISYO_DIR}/share/skk .include "../../converters/libkkc/buildlink3.mk" |