svn commit: r349196 - head/graphics/libexif

Dirk Meyer dinoex at FreeBSD.org
Tue Mar 25 21:43:52 UTC 2014


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 ; \


More information about the svn-ports-head mailing list