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/imhangul | |
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/imhangul')
-rw-r--r-- | inputmethod/imhangul/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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" |