summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2004-02-23 16:18:11 +0000
committerLars Weiler <pylon@gentoo.org>2004-02-23 16:18:11 +0000
commiteec0ec958d2321cbb2b184e82612c3ece15cb82a (patch)
tree2158ffc5e798160f569295a0a44a825034c25d12 /app-cdr/cdrdao/cdrdao-1.1.8.ebuild
parentstable on alpha and ia64 (diff)
downloadhistorical-eec0ec958d2321cbb2b184e82612c3ece15cb82a.tar.gz
historical-eec0ec958d2321cbb2b184e82612c3ece15cb82a.tar.bz2
historical-eec0ec958d2321cbb2b184e82612c3ece15cb82a.zip
build with it's own libscg
Diffstat (limited to 'app-cdr/cdrdao/cdrdao-1.1.8.ebuild')
-rw-r--r--app-cdr/cdrdao/cdrdao-1.1.8.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/app-cdr/cdrdao/cdrdao-1.1.8.ebuild b/app-cdr/cdrdao/cdrdao-1.1.8.ebuild
index 56cf1a7bd89c..f5508fd53e0c 100644
--- a/app-cdr/cdrdao/cdrdao-1.1.8.ebuild
+++ b/app-cdr/cdrdao/cdrdao-1.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.8.ebuild,v 1.1 2004/02/16 07:20:49 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.8.ebuild,v 1.2 2004/02/23 16:18:11 pylon Exp $
inherit flag-o-matic eutils
@@ -17,7 +17,6 @@ IUSE="gnome oggvorbis"
RDEPEND="gnome? ( >=dev-cpp/gtkmm-2.0
>=dev-cpp/libgnomeuimm-2.0 )
- >=app-cdr/cdrtools-2.01_alpha20
>=media-sound/lame-3.90"
DEPEND=">=dev-util/pccts-1.33.24-r1
@@ -39,8 +38,6 @@ src_compile() {
./configure --build="${CHOST}"\
--host="${CHOST}" \
--prefix=/usr \
- --with-scglib-inc=/usr/include/scsilib \
- --with-scglib-lib=/usr/lib \
`use_with gnome gnome` || die "configure failed"
emake || die