diff options
Diffstat (limited to 'accessibility/yasr/Makefile')
-rw-r--r-- | accessibility/yasr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/yasr/Makefile b/accessibility/yasr/Makefile index c4f07ebc7099..f671ae670c42 100644 --- a/accessibility/yasr/Makefile +++ b/accessibility/yasr/Makefile @@ -22,7 +22,7 @@ SUB_FILES= pkg-message .if !defined(WITHOUT_NLS) CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES+= gettext .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " |