summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Lauwers <blauwers@gentoo.org>2002-10-18 17:48:43 +0000
committerBart Lauwers <blauwers@gentoo.org>2002-10-18 17:48:43 +0000
commit2b7bd18e30e893031db984e03811fa82ac23e885 (patch)
treea8275cc68eae1a200883ed3bc60aae3f3b6e8d22 /media-video/nvtv
parentTested, so unmasked net-misc/speedtouch (diff)
downloadhistorical-2b7bd18e30e893031db984e03811fa82ac23e885.tar.gz
historical-2b7bd18e30e893031db984e03811fa82ac23e885.tar.bz2
historical-2b7bd18e30e893031db984e03811fa82ac23e885.zip
Fixed dependency issue per bug 9301
Diffstat (limited to 'media-video/nvtv')
-rw-r--r--media-video/nvtv/nvtv-0.4.0.ebuild7
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() {