diff options
author | tnn <tnn@pkgsrc.org> | 2015-06-30 09:39:49 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-06-30 09:39:49 +0000 |
commit | a9dea5805bc8ce32acd48a000c80a0165b88b422 (patch) | |
tree | 6958fbb87fb15123ea6d915d55c4a742a596122d /x11 | |
parent | 1388cc7a373b18f500e0b12dd204ce55027c7907 (diff) | |
download | pkgsrc-a9dea5805bc8ce32acd48a000c80a0165b88b422.tar.gz |
revert previous change to fix the build, looks like an accidental commit
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk3/Makefile | 6 |
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 |