diff options
Diffstat (limited to 'app-emulation/dosemu/dosemu-1.4.0.1.ebuild')
-rw-r--r-- | app-emulation/dosemu/dosemu-1.4.0.1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-emulation/dosemu/dosemu-1.4.0.1.ebuild b/app-emulation/dosemu/dosemu-1.4.0.1.ebuild index c2274f6d595c..a4c59f28f801 100644 --- a/app-emulation/dosemu/dosemu-1.4.0.1.ebuild +++ b/app-emulation/dosemu/dosemu-1.4.0.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.0.1.ebuild,v 1.1 2008/03/27 21:03:21 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.0.1.ebuild,v 1.2 2008/11/21 12:39:15 hanno Exp $ -inherit flag-o-matic eutils autotools +inherit flag-o-matic eutils -P_FD=dosemu-freedos-1.0-bin +P_FD="dosemu-freedos-1.0-bin" DESCRIPTION="DOS Emulator" HOMEPAGE="http://www.dosemu.org/" SRC_URI="mirror://sourceforge/dosemu/${P_FD}.tgz @@ -19,7 +19,6 @@ IUSE="X svga gpm debug" RDEPEND="X? ( x11-libs/libXxf86vm x11-libs/libXau x11-libs/libXdmcp - x11-proto/xf86dgaproto x11-apps/xset x11-apps/xlsfonts x11-apps/bdftopcf @@ -29,6 +28,7 @@ RDEPEND="X? ( x11-libs/libXxf86vm >=sys-libs/slang-1.4" DEPEND="${RDEPEND} + X? ( x11-proto/xf86dgaproto ) >=sys-devel/autoconf-2.57" S="${WORKDIR}/${PN}-1.4.0" @@ -38,8 +38,6 @@ src_unpack() { epatch "${DISTDIR}/patch-${PV}.gz" epatch "${FILESDIR}"/dosemu-1.3.4-shm.diff - - #eautoreconf || die "autoconf failed" } src_compile() { |