diff options
Diffstat (limited to 'astro/viking/Makefile')
-rw-r--r-- | astro/viking/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/viking/Makefile b/astro/viking/Makefile index 698f382731ff..004feb9e78d9 100644 --- a/astro/viking/Makefile +++ b/astro/viking/Makefile @@ -48,7 +48,7 @@ GPSD_DESC= Realtime GPS tracking .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls |