diff options
author | obache <obache@pkgsrc.org> | 2011-05-31 03:09:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-05-31 03:09:20 +0000 |
commit | 7ba7fba30df15cbd1055183ff709b696e3919fcc (patch) | |
tree | 23176fada54abb8c4165a0c1266e4fe06cbfc10e /inputmethod/uim | |
parent | a5b5b5a25616aa042336001f1a9a99a361bef610 (diff) | |
download | pkgsrc-7ba7fba30df15cbd1055183ff709b696e3919fcc.tar.gz |
require libgcroots>=0.2.3 for internal sigscheme.
Diffstat (limited to 'inputmethod/uim')
-rw-r--r-- | inputmethod/uim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index 0012f29d637..7e7a034f218 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2011/05/29 06:13:57 obache Exp $ +# $NetBSD: Makefile,v 1.50 2011/05/31 03:09:20 obache Exp $ # .include "../../inputmethod/uim/Makefile.common" @@ -47,6 +47,7 @@ post-install: .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" +BUILDLINK_API_DEPENDS.libgcroots+= libgcroots>=0.2.3 .include "../../devel/libgcroots/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |