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
commitb0149015b61b9af5f4e16a15b345722eedaa6351 (patch)
tree0309681b0709737750bed7cc628066866ae19232 /app-cdr/cdrdao/cdrdao-1.1.8.ebuild
parentstable on alpha and ia64 (diff)
downloadgentoo-2-b0149015b61b9af5f4e16a15b345722eedaa6351.tar.gz
gentoo-2-b0149015b61b9af5f4e16a15b345722eedaa6351.tar.bz2
gentoo-2-b0149015b61b9af5f4e16a15b345722eedaa6351.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