From 370cb6a536ea56ca1ef5dbc39a53b48d580d3dec Mon Sep 17 00:00:00 2001 From: Wesley Shields Date: Mon, 17 Dec 2012 20:50:51 +0000 Subject: The NLS logic was inverted, so fix it. Noticed by: Marius Strobl --- audio/aumix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/aumix/Makefile') diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index 2b097d62e24f..4b13cbc99068 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -35,13 +35,13 @@ OPTIONS_DEFINE= NLS GTK2 .include .if ${PORT_OPTIONS:MNLS} -CONFIGURE_ARGS+=--disable-nls -.else USE_GETTEXT= yes .for ii in ca de el es fr gl it ja nl pl pt_BR ru sv uk zh_CN PLIST_FILES+= share/locale/${ii}/LC_MESSAGES/aumix.mo .endfor +.else +CONFIGURE_ARGS+=--disable-nls .endif .if ${PORT_OPTIONS:MGTK2} -- cgit v1.2.3