diff options
-rw-r--r-- | app-office/lyx/lyx-2.4.0_rc4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/lyx/lyx-2.4.0_rc4.ebuild b/app-office/lyx/lyx-2.4.0_rc4.ebuild index 82b5c7dd8d90..ee1f818cff5e 100644 --- a/app-office/lyx/lyx-2.4.0_rc4.ebuild +++ b/app-office/lyx/lyx-2.4.0_rc4.ebuild @@ -118,8 +118,8 @@ src_configure() { # external dependencies -DLYX_EXTERNAL_Z=ON -DLYX_EXTERNAL_ICONV=ON - -DLYX_EXTERNAL_HUNSPELL=ON - -DLYX_EXTERNAL_MYTHES=ON + -DLYX_EXTERNAL_HUNSPELL=$(usex !debug) + -DLYX_EXTERNAL_MYTHES=$(usex !debug) -DLYX_EXTERNAL_BOOST=$(usex !debug) -DLYX_PROGRAM_SUFFIX=OFF |