svn commit: r395911 - head/x11-wm/enlightenment

Grzegorz Blach gblach at FreeBSD.org
Wed Sep 2 22:16:09 UTC 2015


Author: gblach
Date: Wed Sep  2 22:16:07 2015
New Revision: 395911
URL: https://svnweb.freebsd.org/changeset/ports/395911

Log:
  Fix build when NLS option is off
  
  PR:		202837
  Submitted by:	Julien Cigar (jcigar <at> ulb <dot> ac <dot> be)

Modified:
  head/x11-wm/enlightenment/Makefile

Modified: head/x11-wm/enlightenment/Makefile
==============================================================================
--- head/x11-wm/enlightenment/Makefile	Wed Sep  2 21:23:47 2015	(r395910)
+++ head/x11-wm/enlightenment/Makefile	Wed Sep  2 22:16:07 2015	(r395911)
@@ -20,8 +20,8 @@ RUN_DEPENDS=	${LOCALBASE}/lib/evas/utils
 
 DIST_SUBDIR=	enlightenment
 GNU_CONFIGURE=	yes
-USES=		alias autoreconf desktop-file-utils execinfo libtool pathfix \
-		iconv gmake pkgconfig tar:xz
+USES=		alias autoreconf desktop-file-utils execinfo gettext-tools \
+		libtool pathfix iconv gmake pkgconfig tar:xz
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 SUB_FILES=	pkg-message
@@ -37,7 +37,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include/e_dbus
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
-NLS_USES=		gettext
+NLS_USES=		gettext-runtime
 NLS_CONFIGURE_ENABLE=	nls
 
 post-patch:


More information about the svn-ports-all mailing list