svn commit: r439254 - head/graphics/gdk-pixbuf2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 23 17:11:38 UTC 2017


Author: sunpoet
Date: Sun Apr 23 17:11:37 2017
New Revision: 439254
URL: https://svnweb.freebsd.org/changeset/ports/439254

Log:
  Remove NLS from OPTIONS_DEFAULT
  
  NLS will be added by Mk/bsd.options.mk.
  
  Approved by:	portmgr (blanket)

Modified:
  head/graphics/gdk-pixbuf2/Makefile

Modified: head/graphics/gdk-pixbuf2/Makefile
==============================================================================
--- head/graphics/gdk-pixbuf2/Makefile	Sun Apr 23 17:10:30 2017	(r439253)
+++ head/graphics/gdk-pixbuf2/Makefile	Sun Apr 23 17:11:37 2017	(r439254)
@@ -24,7 +24,7 @@ INSTALL_TARGET=	install-strip
 
 OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	JASPER JPEG PNG TIFF NLS
-OPTIONS_DEFAULT=JASPER JPEG PNG TIFF NLS
+OPTIONS_DEFAULT=JASPER JPEG PNG TIFF
 JASPER_CONFIGURE_WITH=	libjasper
 JASPER_LIB_DEPENDS=	libjasper.so:graphics/jasper
 JPEG_CONFIGURE_WITH=	libjpeg


More information about the svn-ports-head mailing list