Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2015 08:18:31 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383778 - head/x11/libfm-extra
Message-ID:  <201504110818.t3B8IVnO067325@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sat Apr 11 08:18:30 2015
New Revision: 383778
URL: https://svnweb.freebsd.org/changeset/ports/383778

Log:
  Configure fails with:
  
  configure: error: GNU gettext tools not found; required for intltool
  
  Sponsored by:	Absolight

Modified:
  head/x11/libfm-extra/Makefile

Modified: head/x11/libfm-extra/Makefile
==============================================================================
--- head/x11/libfm-extra/Makefile	Sat Apr 11 08:15:40 2015	(r383777)
+++ head/x11/libfm-extra/Makefile	Sat Apr 11 08:18:30 2015	(r383778)
@@ -12,7 +12,7 @@ COMMENT=	Core library of PCManFM file ma
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504110818.t3B8IVnO067325>