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 | 3bf589effac8db313004acc48329141f73ff5ea3 (patch) | |
tree | 53fdce0378b337f10de1fee7e364135188c72e12 /app-text | |
parent | installed battstat, a battery status applet for the GNOME panel, _MUCH_ nicer... (diff) | |
download | historical-3bf589effac8db313004acc48329141f73ff5ea3.tar.gz historical-3bf589effac8db313004acc48329141f73ff5ea3.tar.bz2 historical-3bf589effac8db313004acc48329141f73ff5ea3.zip |
changed emake back to make
Diffstat (limited to 'app-text')
-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 } |