aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-23 14:47:53 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-23 14:47:53 +0200
commit6ab11cecb4abbedda99c81847ad300601de345bc (patch)
tree5cd6cbf68536191bdf7399a3fa465524f93044f9 /sci-chemistry/drawxtl
parentsci-biology/augustus: Use default functions (diff)
downloadsci-6ab11cecb4abbedda99c81847ad300601de345bc.tar.gz
sci-6ab11cecb4abbedda99c81847ad300601de345bc.tar.bz2
sci-6ab11cecb4abbedda99c81847ad300601de345bc.zip
Use default functions
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry/drawxtl')
-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
}