summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/gozer/gozer-0.7-r2.ebuild')
-rw-r--r--media-gfx/gozer/gozer-0.7-r2.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/media-gfx/gozer/gozer-0.7-r2.ebuild b/media-gfx/gozer/gozer-0.7-r2.ebuild
index 8bcfa6da9182..e45cba995873 100644
--- a/media-gfx/gozer/gozer-0.7-r2.ebuild
+++ b/media-gfx/gozer/gozer-0.7-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gozer/gozer-0.7-r2.ebuild,v 1.1 2010/08/27 04:45:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gozer/gozer-0.7-r2.ebuild,v 1.2 2011/12/16 15:24:15 ago Exp $
EAPI="2"
@@ -12,11 +12,13 @@ SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
DEPEND="x11-libs/libXext
>=media-libs/giblib-1.2.1"
+RDEPEND=">=media-libs/giblib-1.2.1
+ media-libs/imlib2"
src_prepare() {
sed -i src/Makefile.am \
@@ -27,7 +29,7 @@ src_prepare() {
}
src_install() {
- make install DESTDIR=${D} || die
+ emake install DESTDIR="${D}" || die
rm -rf ${D}/usr/doc
dodoc TODO README AUTHORS ChangeLog
}