summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-06-30 09:39:49 +0000
committertnn <tnn@pkgsrc.org>2015-06-30 09:39:49 +0000
commit5298ca71fea72ee0d1393c493be828df38a4a4a2 (patch)
tree6958fbb87fb15123ea6d915d55c4a742a596122d /x11
parent0f7fbd3c1dc4a9fa0425e0ad95865e80e49d5b34 (diff)
downloadpkgsrc-5298ca71fea72ee0d1393c493be828df38a4a4a2.tar.gz
revert previous change to fix the build, looks like an accidental commit
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile
index de9754c5dc4..b17d7f80811 100644
--- a/x11/gtk3/Makefile
+++ b/x11/gtk3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2015/06/29 11:06:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.67 2015/06/30 09:39:49 tnn Exp $
DISTNAME= gtk+-3.16.3
PKGNAME= ${DISTNAME:S/gtk/gtk3/}
@@ -13,12 +13,12 @@ COMMENT= GIMP Toolkit v3 - libraries for building X11 user interfaces
LICENSE= gnu-lgpl-v2.1
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake perl pkg-config bash msgmerge xgettext
+USE_TOOLS+= gmake perl pkg-config bash
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.19.4nb1:../../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