diff options
Diffstat (limited to 'devel/m17n-db/Makefile')
-rw-r--r-- | devel/m17n-db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/m17n-db/Makefile b/devel/m17n-db/Makefile index dcad079bba77..59db927e3a8f 100644 --- a/devel/m17n-db/Makefile +++ b/devel/m17n-db/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-charmaps=${CHARMAPSDIR} .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls |