From 8156e93505c588ba274cfaf947dfabddc4a3f65d Mon Sep 17 00:00:00 2001 From: Grzegorz Blach Date: Wed, 2 Sep 2015 22:16:07 +0000 Subject: [PATCH] Fix build when NLS option is off PR: 202837 Submitted by: Julien Cigar (jcigar ulb ac be) --- x11-wm/enlightenment/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index 415bed8657cb..1e86755eb18c 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -20,8 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/evas/utils/evas_image_loader.svg:${PORTSDIR}/graph 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-1 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls post-patch: