aboutsummaryrefslogtreecommitdiff
path: root/audio/aumix
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2012-12-17 20:50:51 +0000
committerWesley Shields <wxs@FreeBSD.org>2012-12-17 20:50:51 +0000
commit370cb6a536ea56ca1ef5dbc39a53b48d580d3dec (patch)
tree7abe4e1875ff1c2ee53ee5b5b17603f11ba53187 /audio/aumix
parent7f0c707e951fbbc10958bd73b1d0db73aa13c700 (diff)
downloadports-370cb6a536ea56ca1ef5dbc39a53b48d580d3dec.tar.gz
ports-370cb6a536ea56ca1ef5dbc39a53b48d580d3dec.zip
Notes
Diffstat (limited to 'audio/aumix')
-rw-r--r--audio/aumix/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.options.mk>
.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}