From owner-svn-ports-head@freebsd.org Wed Sep 2 22:16:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF3909C9785; Wed, 2 Sep 2015 22:16:08 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFD0613C; Wed, 2 Sep 2015 22:16:08 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t82MG8gx058031; Wed, 2 Sep 2015 22:16:08 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t82MG8CG058030; Wed, 2 Sep 2015 22:16:08 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201509022216.t82MG8CG058030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Wed, 2 Sep 2015 22:16:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395911 - head/x11-wm/enlightenment X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2015 22:16:09 -0000 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 ulb ac 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: