diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-08-25 08:50:50 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-08-25 08:50:50 +0800 |
commit | 58af8a2443f14bd2e6d5102a553659a42263cbdd (patch) | |
tree | d6c873dcb0ff1e7bbd6e92f542af1bea91435dd5 | |
parent | d19505f78a71db7b3748a591a27f40259a4111f1 (diff) | |
download | freebsd-ports-gnome-58af8a2443f14bd2e6d5102a553659a42263cbdd.tar.gz freebsd-ports-gnome-58af8a2443f14bd2e6d5102a553659a42263cbdd.tar.zst freebsd-ports-gnome-58af8a2443f14bd2e6d5102a553659a42263cbdd.zip |
Fix typo in the NLS port option.
PR: ports/170803
Submitted by: Artis Caune <artis.caune@gmail.com>
Approved by: Mark Felder <feld@feld.me> (maintainer)
-rw-r--r-- | accessibility/redshift/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/redshift/Makefile b/accessibility/redshift/Makefile index c6a38a11fbbf..16924d6e20d7 100644 --- a/accessibility/redshift/Makefile +++ b/accessibility/redshift/Makefile @@ -33,7 +33,7 @@ VIDMODE_DESC= Support VIDMODE for changing colors (NVIDIA) .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} |