diff options
author | 2007-07-22 03:04:09 +0000 | |
---|---|---|
committer | 2007-07-22 03:04:09 +0000 | |
commit | e67ec5404be07044a294d788edd91f81444dc291 (patch) | |
tree | dcdb05bd873d2d53a5d3fb33d62e5dc598f22421 /x11-misc/dxpc/dxpc-3.9.1.ebuild | |
parent | Missed one. (diff) | |
download | gentoo-2-e67ec5404be07044a294d788edd91f81444dc291.tar.gz gentoo-2-e67ec5404be07044a294d788edd91f81444dc291.tar.bz2 gentoo-2-e67ec5404be07044a294d788edd91f81444dc291.zip |
virtual/x11 removed.
(Portage version: 2.1.2.9)
Diffstat (limited to 'x11-misc/dxpc/dxpc-3.9.1.ebuild')
-rw-r--r-- | x11-misc/dxpc/dxpc-3.9.1.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/x11-misc/dxpc/dxpc-3.9.1.ebuild b/x11-misc/dxpc/dxpc-3.9.1.ebuild index 6e487fc334e1..4583c56241bb 100644 --- a/x11-misc/dxpc/dxpc-3.9.1.ebuild +++ b/x11-misc/dxpc/dxpc-3.9.1.ebuild @@ -1,24 +1,24 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.9.1.ebuild,v 1.1 2007/02/04 21:57:31 troll Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.9.1.ebuild,v 1.2 2007/07/22 03:04:09 coldwind Exp $ -IUSE="" - -DESCRIPTION="dxpc is an X protocol compressor designed to improve the speed of X11 applications run over low-bandwidth links" +DESCRIPTION="an X protocol compressor designed to improve the speed of X11 +applications run over low-bandwidth links" SRC_URI="http://www.vigor.nu/dxpc/${PV}/${P}.tgz" HOMEPAGE="http://www.vigor.nu/dxpc/" LICENSE="BSD" SLOT="0" KEYWORDS="~ppc ~x86" +IUSE="" -DEPEND="|| ( ( - x11-proto/xproto - x11-libs/libXt ) - virtual/x11 ) +DEPEND="x11-libs/libXt >=dev-libs/lzo-2" +DEPEMD="${RDEPEND} + x11-proto/xproto" src_install () { - make prefix=${D}/usr man1dir=${D}/usr/share/man/man1 install || die "Install failed" + make prefix="${D}"/usr man1dir="${D}"/usr/share/man/man1 install \ + || die "make install failed" dodoc CHANGES README TODO } |