diff options
author | Bart Lauwers <blauwers@gentoo.org> | 2002-10-23 17:41:57 +0000 |
---|---|---|
committer | Bart Lauwers <blauwers@gentoo.org> | 2002-10-23 17:41:57 +0000 |
commit | 9338e892739bc126a56553f677167a7845634b9b (patch) | |
tree | 282787a3a4e9862a2abad8297193cb4f1316546b /media-video | |
parent | Patch to fix configure with gcc3.2, closing bug #9413 (diff) | |
download | gentoo-2-9338e892739bc126a56553f677167a7845634b9b.tar.gz gentoo-2-9338e892739bc126a56553f677167a7845634b9b.tar.bz2 gentoo-2-9338e892739bc126a56553f677167a7845634b9b.zip |
Fixed vapier's booboo
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/nvtv/nvtv-0.4.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-video/nvtv/nvtv-0.4.0.ebuild b/media-video/nvtv/nvtv-0.4.0.ebuild index 293640d36783..582767dd9bdb 100644 --- a/media-video/nvtv/nvtv-0.4.0.ebuild +++ b/media-video/nvtv/nvtv-0.4.0.ebuild @@ -1,6 +1,6 @@ # 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.5 2002/10/20 18:49:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/nvtv/nvtv-0.4.0.ebuild,v 1.6 2002/10/23 17:41:57 blauwers Exp $ IUSE="X gtk" S=${WORKDIR}/${PN} @@ -13,7 +13,9 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="sys-apps/pciutils - gtk? ( =x11-libs/gtk+-1.2* )" + gtk? ( =x11-libs/gtk+-1.2* ) + X? ( >=x11-base/xfree-4.0 )" +RDEPEND="${DEPEND}" src_compile() { |