summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprlw1 <prlw1>2015-06-15 01:24:39 +0000
committerprlw1 <prlw1>2015-06-15 01:24:39 +0000
commit8374f3d250d19c9c145d3c3991c521f77f3ee51d (patch)
tree0599a28a6503926a68e7e3c5c28d8611d1f44bf2
parent0aa84f9c71f9b169f6dc800dee505df1f1e86590 (diff)
downloadpkgsrc-8374f3d250d19c9c145d3c3991c521f77f3ee51d.tar.gz
gtk3 needs a gettext which understands Glade, i.e., one which depends
on expat. (Thanks to ryoon for tools hint.)
-rw-r--r--x11/gtk3/Makefile4
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