summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/mediainfo/mediainfo-0.7.37.ebuild')
-rw-r--r--media-video/mediainfo/mediainfo-0.7.37.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mediainfo/mediainfo-0.7.37.ebuild b/media-video/mediainfo/mediainfo-0.7.37.ebuild
index c52473592395..285c449d8fc7 100644
--- a/media-video/mediainfo/mediainfo-0.7.37.ebuild
+++ b/media-video/mediainfo/mediainfo-0.7.37.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.37.ebuild,v 1.1 2010/11/27 05:45:23 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.37.ebuild,v 1.2 2010/11/28 22:01:10 radhermit Exp $
EAPI="2"
@@ -48,7 +48,7 @@ src_configure() {
for target in ${TARGETS}; do
cd "${S}/Project/GNU/${target}"
local myconf=""
- use wxwidgets && myconf="${myconf} --with-wxwidgets --with-wx-gui"
+ [[ ${target} == "GUI" ]] && myconf="${myconf} --with-wxwidgets --with-wx-gui"
econf \
${myconf} \
--disable-dependency-tracking \