Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 23:17:29 +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: r441958 - head/graphics/shotwell
Message-ID:  <201705282317.v4SNHTfa054213@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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