diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-25 21:05:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-25 21:05:02 +0000 |
commit | 7ca61b8dd44b41a0ded0688b465f5786abafc279 (patch) | |
tree | 8fbf0ae862626ab2b63a747c50184063d80b5759 /net-im/climm | |
parent | da42a8a4de84fe7b87b3fc9c43980d7aa30583c2 (diff) | |
download | ports-7ca61b8dd44b41a0ded0688b465f5786abafc279.tar.gz ports-7ca61b8dd44b41a0ded0688b465f5786abafc279.zip |
Notes
Diffstat (limited to 'net-im/climm')
-rw-r--r-- | net-im/climm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 326d60c86623..9f53ed9a6f54 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -30,7 +30,7 @@ pre-configure: @${ECHO_MSG} "Currently supported <your_lang> values are:" @${ECHO} " "${SUP_LANGS} | /usr/bin/fmt .else - @${ECHO} "#define ${WITH_MICQ_LANG}_LANG" >> \ + @/usr/bin/printf "#define ${WITH_MICQ_LANG}_LANG\n#undef ENGLISH_LANG" >> \ ${WRKSRC}/../include/config.h @${ECHO_MSG} "Compiling ${PORTNAME} with ${WITH_MICQ_LANG}." .endif |