diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-06-14 23:58:20 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-06-14 23:58:20 +0000 |
commit | 010de1563332014279d9b5b705debf27e523b528 (patch) | |
tree | 9ba47c1bb67e987eba918fa7845e3de576a9e346 /x11/gtk3/Makefile | |
parent | 20c644a989ff103d79c55c03612aaa996f841458 (diff) | |
download | pkgsrc-010de1563332014279d9b5b705debf27e523b528.tar.gz |
Fix build under NetBSD.
xgettext 0.18.3 or later is required.
Add gettext-tools to TOOL_DEPENDS.
Diffstat (limited to 'x11/gtk3/Makefile')
-rw-r--r-- | x11/gtk3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile index 576c826c053..45f2e293664 100644 --- a/x11/gtk3/Makefile +++ b/x11/gtk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2015/06/14 22:02:08 prlw1 Exp $ +# $NetBSD: Makefile,v 1.62 2015/06/14 23:58:20 ryoon Exp $ DISTNAME= gtk+-3.16.3 PKGNAME= ${DISTNAME:S/gtk/gtk3/} @@ -13,11 +13,12 @@ COMMENT= GIMP Toolkit v3 - libraries for building X11 user interfaces LICENSE= gnu-lgpl-v2.1 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt perl pkg-config bash +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.18.3:../../devel/gettext-tools GNU_CONFIGURE= yes # XXX there is a subtle bashism in "configure" or a bug in NetBSD's sh |