diff options
Diffstat (limited to 'audio/wavbreaker/Makefile')
-rw-r--r-- | audio/wavbreaker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/wavbreaker/Makefile b/audio/wavbreaker/Makefile index e644a604dd8a..6fb01c2107ca 100644 --- a/audio/wavbreaker/Makefile +++ b/audio/wavbreaker/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --disable-pulse .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB= NLS="" .else CONFIGURE_ARGS+= --disable-nls |