diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-08-25 00:50:50 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-08-25 00:50:50 +0000 |
commit | 22ff7a88cc46dcb969b8f28cbb718f827464fd60 (patch) | |
tree | d6c873dcb0ff1e7bbd6e92f542af1bea91435dd5 /accessibility | |
parent | 87f7e29875225fb6ed70f10398da62648febd2f0 (diff) | |
download | ports-22ff7a88cc46dcb969b8f28cbb718f827464fd60.tar.gz ports-22ff7a88cc46dcb969b8f28cbb718f827464fd60.zip |
Notes
Diffstat (limited to 'accessibility')
-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} |