summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/faad2/faad2-2.6.1.ebuild')
-rw-r--r--media-libs/faad2/faad2-2.6.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/faad2/faad2-2.6.1.ebuild b/media-libs/faad2/faad2-2.6.1.ebuild
index a681c0a61161..3cecc42d459f 100644
--- a/media-libs/faad2/faad2-2.6.1.ebuild
+++ b/media-libs/faad2/faad2-2.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild,v 1.1 2007/11/20 18:46:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild,v 1.2 2007/11/25 13:06:46 aballier Exp $
inherit eutils autotools
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/faac/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
+IUSE="drm"
RDEPEND=""
DEPEND=""
@@ -28,7 +28,7 @@ src_unpack() {
src_compile() {
econf \
- --with-drm \
+ $(use_with drm)\
--without-xmms \
|| die "econf failed"