svn commit: r551867 - head/graphics/exif

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 10 07:44:26 UTC 2020


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>


More information about the svn-ports-all mailing list