diff options
Diffstat (limited to 'x11-misc/x2vnc/x2vnc-1.3.1.ebuild')
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.3.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-misc/x2vnc/x2vnc-1.3.1.ebuild b/x11-misc/x2vnc/x2vnc-1.3.1.ebuild index f19a7e514a6a..ac587257ade5 100644 --- a/x11-misc/x2vnc/x2vnc-1.3.1.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.3.1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.3.1.ebuild,v 1.5 2004/06/24 22:36:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.3.1.ebuild,v 1.6 2004/07/15 00:56:41 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Control a remote computer running VNC from X" SRC_URI="http://www.hubbe.net/~hubbe/${PN}-1.31.tar.gz" HOMEPAGE="http://www.hubbe.net/~hubbe/x2vnc.html" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc " +IUSE="" DEPEND="virtual/x11" @@ -26,5 +26,3 @@ src_install () { make DESTDIR=${D} install || die } - - |