svn commit: r383778 - head/x11/libfm-extra

Mathieu Arnold mat at FreeBSD.org
Sat Apr 11 08:18:31 UTC 2015


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


More information about the svn-ports-all mailing list