diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-07-31 09:19:32 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-07-31 09:19:32 +0000 |
commit | 2b6483fb75cf89646673638f70a9f330d827bb46 (patch) | |
tree | 189480ed4994631078e4ae489d6031793a35e9f6 /app-text/gv | |
parent | installed battstat, a battery status applet for the GNOME panel, _MUCH_ nicer... (diff) | |
download | gentoo-2-2b6483fb75cf89646673638f70a9f330d827bb46.tar.gz gentoo-2-2b6483fb75cf89646673638f70a9f330d827bb46.tar.bz2 gentoo-2-2b6483fb75cf89646673638f70a9f330d827bb46.zip |
changed emake back to make
Diffstat (limited to 'app-text/gv')
-rw-r--r-- | app-text/gv/gv-3.5.8.ebuild | 5 |
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 } |