diff options
author | Bart Lauwers <blauwers@gentoo.org> | 2002-10-18 17:48:43 +0000 |
---|---|---|
committer | Bart Lauwers <blauwers@gentoo.org> | 2002-10-18 17:48:43 +0000 |
commit | ac79f323172323983f5eeeed056668458bf49720 (patch) | |
tree | 32d4babb9fd369ff5e36ea496573a234a5151f04 /media-video | |
parent | Tested, so unmasked net-misc/speedtouch (diff) | |
download | gentoo-2-ac79f323172323983f5eeeed056668458bf49720.tar.gz gentoo-2-ac79f323172323983f5eeeed056668458bf49720.tar.bz2 gentoo-2-ac79f323172323983f5eeeed056668458bf49720.zip |
Fixed dependency issue per bug 9301
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/nvtv/nvtv-0.4.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-video/nvtv/nvtv-0.4.0.ebuild b/media-video/nvtv/nvtv-0.4.0.ebuild index 10bd0ef00055..2e5b57240810 100644 --- a/media-video/nvtv/nvtv-0.4.0.ebuild +++ b/media-video/nvtv/nvtv-0.4.0.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/nvtv/nvtv-0.4.0.ebuild,v 1.3 2002/10/04 05:56:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/nvtv/nvtv-0.4.0.ebuild,v 1.4 2002/10/18 17:48:43 blauwers Exp $ +IUSE="X gtk" S=${WORKDIR}/${PN} DESCRIPTION="TV-Out for NVidia cards." HOMEPAGE="http://sourceforge.net/projects/nv-tv-out" @@ -11,7 +12,9 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND="sys-apps/pciutils" +DEPEND="sys-apps/pciutils + gtk? ( =x11-libs/gtk+-1.2* )" +RDEPEND="${DEPEND}" src_compile() { |