summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libquicktime/libquicktime-0.9.4.ebuild')
-rw-r--r--media-libs/libquicktime/libquicktime-0.9.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libquicktime/libquicktime-0.9.4.ebuild b/media-libs/libquicktime/libquicktime-0.9.4.ebuild
index ca50fb281dfe..cc06c18aa786 100644
--- a/media-libs/libquicktime/libquicktime-0.9.4.ebuild
+++ b/media-libs/libquicktime/libquicktime-0.9.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-0.9.4.ebuild,v 1.8 2005/05/08 11:32:13 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-0.9.4.ebuild,v 1.9 2005/07/13 14:22:26 swegener Exp $
inherit libtool eutils
@@ -28,7 +28,7 @@ DEPEND=">=sys-apps/sed-4.0.5
PROVIDE="virtual/quicktime"
pkg_setup() {
- if has_version xorg-x11 && ! built_with_use xorg-x11 opengl; then
+ if has_version x11-base/xorg-x11 && ! built_with_use x11-base/xorg-x11 opengl; then
die "You need xv support to compile ${PN}."
fi
}