summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client')
-rw-r--r--www-client/lynx/lynx-2.8.9_pre16.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/lynx/lynx-2.8.9_pre16.ebuild b/www-client/lynx/lynx-2.8.9_pre16.ebuild
index 2afd67c6acf8..584d4b229991 100644
--- a/www-client/lynx/lynx-2.8.9_pre16.ebuild
+++ b/www-client/lynx/lynx-2.8.9_pre16.ebuild
@@ -86,7 +86,7 @@ src_configure() {
src_compile() {
# generating translation files in parallel is currently broken
- emake -C po -j1
+ use nls && emake -C po -j1
emake
}