diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-23 14:47:53 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-23 14:47:53 +0200 |
commit | 6ab11cecb4abbedda99c81847ad300601de345bc (patch) | |
tree | 5cd6cbf68536191bdf7399a3fa465524f93044f9 /sci-chemistry/drawxtl | |
parent | sci-biology/augustus: Use default functions (diff) | |
download | sci-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.ebuild | 4 |
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 } |