svn commit: r303105 - head/accessibility/redshift

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Aug 25 00:50:51 UTC 2012


Author: rakuco
Date: Sat Aug 25 00:50:50 2012
New Revision: 303105
URL: http://svn.freebsd.org/changeset/ports/303105

Log:
  Fix typo in the NLS port option.
  
  PR:		ports/170803
  Submitted by:	Artis Caune <artis.caune at gmail.com>
  Approved by:	Mark Felder <feld at feld.me> (maintainer)

Modified:
  head/accessibility/redshift/Makefile

Modified: head/accessibility/redshift/Makefile
==============================================================================
--- head/accessibility/redshift/Makefile	Fri Aug 24 23:40:38 2012	(r303104)
+++ head/accessibility/redshift/Makefile	Sat Aug 25 00:50:50 2012	(r303105)
@@ -33,7 +33,7 @@ VIDMODE_DESC=	Support VIDMODE for changi
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MNLS)
+.if ${PORT_OPTIONS:MNLS}
 USE_GETTEXT=	yes
 CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \
                 --with-libintl-prefix=${LOCALBASE}



More information about the svn-ports-head mailing list