diff options
author | gblach <gblach@FreeBSD.org> | 2015-09-03 06:16:07 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2015-09-03 06:16:07 +0800 |
commit | 6b9144ed8bbee41a5f95e9c6b857da8a3fb0fdd6 (patch) | |
tree | 26f4b7291d9a3fd6a1269cf0eaff3fa8406e88fb /x11-wm | |
parent | bedf479b6248e76fa5b66417defc3736665ae4ab (diff) | |
download | freebsd-ports-graphics-6b9144ed8bbee41a5f95e9c6b857da8a3fb0fdd6.tar.gz freebsd-ports-graphics-6b9144ed8bbee41a5f95e9c6b857da8a3fb0fdd6.tar.zst freebsd-ports-graphics-6b9144ed8bbee41a5f95e9c6b857da8a3fb0fdd6.zip |
Fix build when NLS option is off
PR: 202837
Submitted by: Julien Cigar (jcigar <at> ulb <dot> ac <dot> be)
Diffstat (limited to 'x11-wm')
-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 415bed8657c..1e86755eb18 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: |