diff options
Diffstat (limited to 'databases/recutils/Makefile')
-rw-r--r-- | databases/recutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/recutils/Makefile b/databases/recutils/Makefile index 706bc393bf51..af8934ccd6ae 100644 --- a/databases/recutils/Makefile +++ b/databases/recutils/Makefile @@ -24,7 +24,7 @@ PORTDOCS= ChangeLog NEWS README .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls |