From c73035b9b3a63554a54764a9d17291af34b99451 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Sat, 11 Apr 2015 08:18:30 +0000 Subject: [PATCH] Configure fails with: configure: error: GNU gettext tools not found; required for intltool Sponsored by: Absolight --- x11/libfm-extra/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/libfm-extra/Makefile b/x11/libfm-extra/Makefile index 01eeff6e3ea1..f677604deeec 100644 --- a/x11/libfm-extra/Makefile +++ b/x11/libfm-extra/Makefile @@ -12,7 +12,7 @@ COMMENT= Core library of PCManFM file manager LICENSE= LGPL21 -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gmake libtool pathfix pkgconfig tar:xz gettext-tools USE_GNOME= glib20 intltool intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes