summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/gv/gv-3.5.8.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/gv/gv-3.5.8.ebuild b/app-text/gv/gv-3.5.8.ebuild
index 90f767dc1d4b..ea62a4166357 100644
--- a/app-text/gv/gv-3.5.8.ebuild
+++ b/app-text/gv/gv-3.5.8.ebuild
@@ -30,9 +30,10 @@ src_compile() {
cd ${S}
+ # emake may not work
try xmkmf
- try emake Makefiles
- try emake
+ try make Makefiles
+ try make
}