Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 07:44:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551867 - head/graphics/exif
Message-ID:  <202010100744.09A7iOQq063637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 10 07:44:23 2020
New Revision: 551867
URL: https://svnweb.freebsd.org/changeset/ports/551867

Log:
  Use NLS_CONFIGURE_ENABLE

Modified:
  head/graphics/exif/Makefile

Modified: head/graphics/exif/Makefile
==============================================================================
--- head/graphics/exif/Makefile	Sat Oct 10 07:44:19 2020	(r551866)
+++ head/graphics/exif/Makefile	Sat Oct 10 07:44:23 2020	(r551867)
@@ -24,8 +24,9 @@ CPE_VENDOR=	curtis_galloway
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
-NLS_CONFIGURE_ON=	--enable-nls ${ICONV_CONFIGURE_ARG}
-NLS_CONFIGURE_OFF=	--disable-nls --without-libiconv-prefix
+NLS_CONFIGURE_ENABLE=	nls
+NLS_CONFIGURE_OFF=	--without-libiconv-prefix
+NLS_CONFIGURE_ON=	${ICONV_CONFIGURE_ARG}
 NLS_USES=		gettext iconv
 
 .include <bsd.port.mk>



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