diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2012-06-08 19:20:29 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2012-06-08 19:20:29 +0000 |
commit | 2326e717987add95543c4124eac5af4e35732009 (patch) | |
tree | 6a972f83e49435a5037c8959d322c685be6d389f | |
parent | 1bbd68d2923d31879bd5951d9a763675b9af8a0b (diff) | |
download | ports-2326e717987add95543c4124eac5af4e35732009.tar.gz ports-2326e717987add95543c4124eac5af4e35732009.zip |
- Fixed plist
PR: ports/168599
Submitted by: KATO Tsuguru (tkato432@yahoo.com)
Reported by: erwin@
Notes
Notes:
svn path=/head/; revision=298773
-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: |