diff options
Diffstat (limited to 'media-video/mkvtoolnix/mkvtoolnix-1.7.0.ebuild')
-rw-r--r-- | media-video/mkvtoolnix/mkvtoolnix-1.7.0.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/media-video/mkvtoolnix/mkvtoolnix-1.7.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-1.7.0.ebuild index d9e5a3e02052..7c67a9f01f70 100644 --- a/media-video/mkvtoolnix/mkvtoolnix-1.7.0.ebuild +++ b/media-video/mkvtoolnix/mkvtoolnix-1.7.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-1.7.0.ebuild,v 1.1 2006/09/06 18:46:00 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-1.7.0.ebuild,v 1.2 2006/09/07 22:06:11 beandog Exp $ -inherit eutils wxwidgets flag-o-matic +inherit eutils flag-o-matic DESCRIPTION="Tools to create, alter, and inspect Matroska files" HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix" @@ -25,9 +25,11 @@ DEPEND=">=dev-libs/libebml-0.7.7 lzo? ( dev-libs/lzo )" pkg_setup() { - WX_GTK_VER="2.6" if use wxwindows; then - need-wxwidgets gtk2 || die "You must compile wxGTK with X useflag." + if ! built_with_use x11-libs/wxGTK X; then + eerror "You must compile wxGTK with X useflag." + die "Fix the USE flags on wxGTK and re-merge" + fi # wxWidgets does not like --as-needed filter-ldflags -Wl,--as-needed --as-needed fi |