diff options
author | obache <obache@pkgsrc.org> | 2012-04-21 08:27:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-04-21 08:27:16 +0000 |
commit | 60707034df6c69ad8cbf74163c086b4f15f00faa (patch) | |
tree | a8daf9255f8d7f7508112b5583f97984c10204c6 /inputmethod | |
parent | 6c8ac83ef3812a633d1adfd1af1d07a470270019 (diff) | |
download | pkgsrc-60707034df6c69ad8cbf74163c086b4f15f00faa.tar.gz |
missing recursive bump for pcre-8.30.
To avoid future missing bump, exactly buildlink with gtk2+ in addition to
module.mk.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/gcin/Makefile | 7 | ||||
-rw-r--r-- | inputmethod/imhangul/Makefile | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/inputmethod/gcin/Makefile b/inputmethod/gcin/Makefile index e4f36f962a7..e55bb5dcce8 100644 --- a/inputmethod/gcin/Makefile +++ b/inputmethod/gcin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2011/04/24 13:59:48 obache Exp $ +# $NetBSD: Makefile,v 1.15 2012/04/21 08:27:16 obache Exp $ # DISTNAME= gcin-1.1.7 -PKGREVISION= 3 +PKGREVISION= 4 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/ @@ -24,6 +24,7 @@ CONFIGURE_ARGS+= --use_xim=Y CONFIGURE_ARGS+= --new_gtk_im=Y USE_TOOLS+= pkg-config gmake GTK2_IMMODULES= yes +.include "../../x11/gtk2/modules.mk" REPLACE_INTERPRETER+= sh REPLACE.sh.old= /bin/bash @@ -33,6 +34,6 @@ REPLACE_FILES.sh+= scripts/gcin-user-setup REPLACE_FILES.sh+= scripts/modify-XIM REPLACE_FILES.sh+= scripts/utf8-edit -.include "../../x11/gtk2/modules.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../x11/libXtst/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/imhangul/Makefile b/inputmethod/imhangul/Makefile index c069c7a2021..935d747004f 100644 --- a/inputmethod/imhangul/Makefile +++ b/inputmethod/imhangul/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2011/11/10 10:51:33 obache Exp $ +# $NetBSD: Makefile,v 1.24 2012/04/21 08:27:16 obache Exp $ DISTNAME= imhangul-2.0.0 +PKGREVISION= 1 CATEGORIES= inputmethod korean MASTER_SITES= http://kldp.net/frs/download.php/5924/ EXTRACT_SUFX= .tar.bz2 @@ -17,9 +18,10 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES GTK2_IMMODULES= YES +.include "../../x11/gtk2/modules.mk" BUILDLINK_API_DEPENDS.libhangul+= libhangul>=0.0.12 .include "../../inputmethod/libhangul/buildlink3.mk" -.include "../../x11/gtk2/modules.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |