Date: Wed, 2 Sep 2015 22:16:08 +0000 (UTC) From: Grzegorz Blach <gblach@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395911 - head/x11-wm/enlightenment Message-ID: <201509022216.t82MG8CG058030@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509022216.t82MG8CG058030>