diff options
author | prlw1 <prlw1@pkgsrc.org> | 2015-06-15 01:24:39 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2015-06-15 01:24:39 +0000 |
commit | 2cb044bd1780d83e73a76dc2cc8cea5974080b58 (patch) | |
tree | 0599a28a6503926a68e7e3c5c28d8611d1f44bf2 /x11/gtk3 | |
parent | 43cfe345df46b6b17e3b66e8f217a708cd9f0afb (diff) | |
download | pkgsrc-2cb044bd1780d83e73a76dc2cc8cea5974080b58.tar.gz |
gtk3 needs a gettext which understands Glade, i.e., one which depends
on expat. (Thanks to ryoon for tools hint.)
Diffstat (limited to 'x11/gtk3')
-rw-r--r-- | x11/gtk3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile index 45f2e293664..d5c808ead97 100644 --- a/x11/gtk3/Makefile +++ b/x11/gtk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2015/06/14 23:58:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.63 2015/06/15 01:24:39 prlw1 Exp $ DISTNAME= gtk+-3.16.3 PKGNAME= ${DISTNAME:S/gtk/gtk3/} @@ -18,7 +18,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes PTHREAD_AUTO_VARS= yes BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen -TOOL_DEPENDS+= gettext-tools>=0.18.3:../../devel/gettext-tools +TOOL_DEPENDS+= gettext-tools>=0.19.4nb1:../../devel/gettext-tools GNU_CONFIGURE= yes # XXX there is a subtle bashism in "configure" or a bug in NetBSD's sh |