svn commit: r441958 - head/graphics/shotwell

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 28 23:17:30 UTC 2017


Author: sunpoet
Date: Sun May 28 23:17:28 2017
New Revision: 441958
URL: https://svnweb.freebsd.org/changeset/ports/441958

Log:
  Fix OPTIONS_DEFAULT: remove NLS which is added by framework
  
  - While I'm here, fix space/tab
  
  Approved by:	portmgr (blanket)

Modified:
  head/graphics/shotwell/Makefile

Modified: head/graphics/shotwell/Makefile
==============================================================================
--- head/graphics/shotwell/Makefile	Sun May 28 23:17:24 2017	(r441957)
+++ head/graphics/shotwell/Makefile	Sun May 28 23:17:28 2017	(r441958)
@@ -49,10 +49,9 @@ PORTSCOUT=	limitw:1,even
 MAKE_JOBS_UNSAFE=	yes
 
 OPTIONS_DEFINE=	OPENMP NLS
-OPTIONS_DEFAULT=	NLS
 OPENMP_DESC=	libraw uses OpenMP (implies GCC 4.9+)
 
-NLS_CONFIGURE_ENABLE=   nls
+NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=		gettext
 NLS_LIBS=		-L${LOCALBASE}/lib -lintl
 


More information about the svn-ports-all mailing list