diff options
Diffstat (limited to 'audio/rezound/Makefile')
-rw-r--r-- | audio/rezound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile index b326a93..a1183ef 100644 --- a/audio/rezound/Makefile +++ b/audio/rezound/Makefile @@ -86,7 +86,7 @@ RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao # NLS support is broken as of recent versions of libstdc++; rezound dies at # startup with "locale::facet::_S_create_c_locale name not valid" exception .if ${PORT_OPTIONS:MBROKEN_NLS} # Enable only if you know what you're doing -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls |