svn commit: r396073 - head/devel/gitg0

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 4 10:41:59 UTC 2015


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


More information about the svn-ports-all mailing list