diff options
Diffstat (limited to 'devel/fhist/Makefile')
-rw-r--r-- | devel/fhist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index 73eff86cd9d7..53ef8bedd80d 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -32,12 +32,12 @@ PLIST_FILES= bin/fcomp bin/fhist bin/fmerge .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -CONFIGURE_ENV+= ac_cv_lib_intl_main=no -.else USE_GETTEXT= yes .for file in fcomp fhist fmerge PLIST_FILES+= share/locale/en/LC_MESSAGES/${file}.mo .endfor +.else +CONFIGURE_ENV+= ac_cv_lib_intl_main=no .endif post-build: |