missing recursive bump for pcre-8.30.
To avoid future missing bump, exactly buildlink with gtk2+ in addition to module.mk.
This commit is contained in:
parent
6c8ac83ef3
commit
60707034df
2 changed files with 8 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue