diff options
Diffstat (limited to 'games-board/ace/ace-1.2-r1.ebuild')
-rw-r--r-- | games-board/ace/ace-1.2-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-board/ace/ace-1.2-r1.ebuild b/games-board/ace/ace-1.2-r1.ebuild index 0603b6001a6f..3684c8133c0e 100644 --- a/games-board/ace/ace-1.2-r1.ebuild +++ b/games-board/ace/ace-1.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ace-1.2-r1.ebuild,v 1.13 2005/06/15 18:16:34 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ace-1.2-r1.ebuild,v 1.14 2005/07/06 04:22:50 mr_bones_ Exp $ -inherit games eutils +inherit eutils games DESCRIPTION="DJ Delorie's Ace of Penguins solitaire games" HOMEPAGE="http://www.delorie.com/store/ace/" @@ -13,21 +13,21 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="" -RDEPEND="virtual/x11 +DEPEND="virtual/x11 media-libs/libpng sys-libs/zlib" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/ace-1.2-check_for_end_of_game.patch + cd "${S}" + epatch "${FILESDIR}"/ace-1.2-check_for_end_of_game.patch # Fix timestamps so we dont run autotools #76473 touch -r aclocal.m4 configure.in } src_install() { - make DESTDIR=${D} install || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog NEWS README dohtml docs/* prepgamesdirs |