Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2015 10:41:59 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396073 - head/devel/gitg0
Message-ID:  <201509041041.t84AfxKW094151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep  4 10:41:58 2015
New Revision: 396073
URL: https://svnweb.freebsd.org/changeset/ports/396073

Log:
  - Fix build without NLS

Modified:
  head/devel/gitg0/Makefile

Modified: head/devel/gitg0/Makefile
==============================================================================
--- head/devel/gitg0/Makefile	Fri Sep  4 10:41:56 2015	(r396072)
+++ head/devel/gitg0/Makefile	Fri Sep  4 10:41:58 2015	(r396073)
@@ -32,6 +32,7 @@ OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
 NLS_USES=	gettext
+NLS_USES_OFF=	gettext-tools
 NLS_CONFIGURE_ENABLE=nls
 NLS_CPPFLAGS=	-I${LOCALBASE}/include
 NLS_LIBS=	-L${LOCALBASE}/lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509041041.t84AfxKW094151>