aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/drawxtl/drawxtl-45.ebuild')
-rw-r--r--sci-chemistry/drawxtl/drawxtl-45.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/drawxtl/drawxtl-45.ebuild b/sci-chemistry/drawxtl/drawxtl-45.ebuild
index 873394dfe..258522239 100644
--- a/sci-chemistry/drawxtl/drawxtl-45.ebuild
+++ b/sci-chemistry/drawxtl/drawxtl-45.ebuild
@@ -44,11 +44,11 @@ src_compile() {
mkdir exe || die "mkdir failed"
cd source/${MY_P} || die
emake clean
- emake
+ default
if use fltk; then
cd "${S}"/source/DRAWshell${PV} || die
- emake
+ default
fi
}