diff options
author | obache <obache> | 2012-04-21 08:20:22 +0000 |
---|---|---|
committer | obache <obache> | 2012-04-21 08:20:22 +0000 |
commit | 153902243dfc2c4143bb7b9741daf006478b0475 (patch) | |
tree | 820328f5d8dd6e68037de2462ad01d102fff6ea1 /inputmethod | |
parent | 5a2390c029c5c026adfc1ffd35960e54cafaa649 (diff) | |
download | pkgsrc-153902243dfc2c4143bb7b9741daf006478b0475.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/gtk-im-libthai/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/inputmethod/gtk-im-libthai/Makefile b/inputmethod/gtk-im-libthai/Makefile index 2beeeda0322..39dc0052a5b 100644 --- a/inputmethod/gtk-im-libthai/Makefile +++ b/inputmethod/gtk-im-libthai/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2011/12/06 11:41:02 obache Exp $ +# $NetBSD: Makefile,v 1.12 2012/04/21 08:20:22 obache Exp $ # DISTNAME= gtk-im-libthai-0.2.1 +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \ ftp://linux.thai.net/pub/ThaiLinux/software/libthai/ @@ -20,7 +21,8 @@ USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --disable-gtk3 GTK2_IMMODULES= yes +.include "../../x11/gtk2/modules.mk" .include "../../devel/libthai/buildlink3.mk" -.include "../../x11/gtk2/modules.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |