summaryrefslogtreecommitdiff
path: root/inputmethod/gcin/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-04-21 08:27:16 +0000
committerobache <obache@pkgsrc.org>2012-04-21 08:27:16 +0000
commit60707034df6c69ad8cbf74163c086b4f15f00faa (patch)
treea8daf9255f8d7f7508112b5583f97984c10204c6 /inputmethod/gcin/Makefile
parent6c8ac83ef3812a633d1adfd1af1d07a470270019 (diff)
downloadpkgsrc-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/gcin/Makefile')
-rw-r--r--inputmethod/gcin/Makefile7
1 files changed, 4 insertions, 3 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"