diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2015-09-02 22:16:07 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2015-09-02 22:16:07 +0000 |
commit | 8156e93505c588ba274cfaf947dfabddc4a3f65d (patch) | |
tree | 26f4b7291d9a3fd6a1269cf0eaff3fa8406e88fb /x11-wm/enlightenment | |
parent | 8f2fe367d2f582f9b9eb04f34d93f40af27a9e62 (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/enlightenment')
-rw-r--r-- | x11-wm/enlightenment/Makefile | 6 |
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: |