summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2015-09-02 22:16:07 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2015-09-02 22:16:07 +0000
commit8156e93505c588ba274cfaf947dfabddc4a3f65d (patch)
tree26f4b7291d9a3fd6a1269cf0eaff3fa8406e88fb /x11-wm
parentFix error message when not finding a package (diff)
Fix build when NLS option is off
PR: 202837 Submitted by: Julien Cigar (jcigar <at> ulb <dot> ac <dot> be)
Notes
Notes: svn path=/head/; revision=395911
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/enlightenment/Makefile6
1 files 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: