diff options
Diffstat (limited to 'media-gfx/xfig/xfig-3.2.5_alpha5.ebuild')
-rw-r--r-- | media-gfx/xfig/xfig-3.2.5_alpha5.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-gfx/xfig/xfig-3.2.5_alpha5.ebuild b/media-gfx/xfig/xfig-3.2.5_alpha5.ebuild index 755a10109663..f15998cc3500 100644 --- a/media-gfx/xfig/xfig-3.2.5_alpha5.ebuild +++ b/media-gfx/xfig/xfig-3.2.5_alpha5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xfig/xfig-3.2.5_alpha5.ebuild,v 1.2 2006/02/11 16:36:56 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xfig/xfig-3.2.5_alpha5.ebuild,v 1.3 2006/12/02 00:30:11 masterdriverz Exp $ inherit eutils @@ -28,7 +28,8 @@ DEPEND="${RDEPEND} || ( ( x11-misc/imake app-text/rman x11-proto/xproto - x11-proto/inputproto ) + x11-proto/inputproto + x11-libs/libXi ) virtual/x11 )" src_unpack() { @@ -45,7 +46,7 @@ src_compile() { src_install() { - make \ + emake \ DESTDIR="${D}" \ BINDIR=/usr/bin \ XFIGLIBDIR=/usr/lib/xfig \ |