diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2019-09-07 16:38:58 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2019-09-07 16:39:25 +0200 |
commit | 00a5f9717c89acdd260785e4133b45aff247bbbd (patch) | |
tree | 89c35291eb9f616414389854d73bc06cdba45da9 /sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | |
parent | games-fps/quake1-demodata: [QA] Remove ebeep and epause calls. (diff) | |
download | gentoo-00a5f9717c89acdd260785e4133b45aff247bbbd.tar.gz gentoo-00a5f9717c89acdd260785e4133b45aff247bbbd.tar.bz2 gentoo-00a5f9717c89acdd260785e4133b45aff247bbbd.zip |
sci-mathematics/alt-ergo: fix build
Closes: https://bugs.gentoo.org/692252
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild')
-rw-r--r-- | sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild index 69ade990ba8f..321faff324c8 100644 --- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild +++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild @@ -16,6 +16,7 @@ DEPEND=">=dev-lang/ocaml-3.12.1[ocamlopt?] dev-ml/zarith gtk? ( >=dev-ml/lablgtk-2.14[sourceview,ocamlopt?] ) dev-ml/camlzip + sci-mathematics/psmt2-frontend >=dev-ml/ocplib-simplex-0.4 >=dev-ml/menhir-20181006 dev-ml/dune" @@ -28,7 +29,8 @@ src_configure() { } src_compile() { - emake + emake lib + emake bin use gtk && emake gui } |