Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2014 21:43:51 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349196 - head/graphics/libexif
Message-ID:  <201403252143.s2PLhpDF010567@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Tue Mar 25 21:43:51 2014
New Revision: 349196
URL: http://svnweb.freebsd.org/changeset/ports/349196
QAT: https://qat.redports.org/buildarchive/r349196/

Log:
  - fix build when gettext is installed

Modified:
  head/graphics/libexif/Makefile

Modified: head/graphics/libexif/Makefile
==============================================================================
--- head/graphics/libexif/Makefile	Tue Mar 25 21:39:21 2014	(r349195)
+++ head/graphics/libexif/Makefile	Tue Mar 25 21:43:51 2014	(r349196)
@@ -27,7 +27,7 @@ OPTIONS_SUB=	yes
 
 NLS_USES=	gettext
 NLS_CONFIGURE_ENV_OFF=	am_cv_func_iconv=no
-NLS_CONFIGURE_ENABLE=	yes
+NLS_CONFIGURE_ENABLE=	nls
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^SUBDIRS =/s|doc||g ; \



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