diff options
author | Michael Conrad Tilstra <tadpol@gentoo.org> | 2001-04-25 21:17:20 +0000 |
---|---|---|
committer | Michael Conrad Tilstra <tadpol@gentoo.org> | 2001-04-25 21:17:20 +0000 |
commit | 5a1493b864029fd21c537baf96f9302c36287a1e (patch) | |
tree | 69428d522f238406369141b7caa9dcc7a51b6962 /app-misc/rio500 | |
parent | - rio500 link tools. (diff) | |
download | historical-5a1493b864029fd21c537baf96f9302c36287a1e.tar.gz historical-5a1493b864029fd21c537baf96f9302c36287a1e.tar.bz2 historical-5a1493b864029fd21c537baf96f9302c36287a1e.zip |
- grrrr. dumb mistakes.
Diffstat (limited to 'app-misc/rio500')
-rw-r--r-- | app-misc/rio500/rio500-0.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/rio500/rio500-0.7.ebuild b/app-misc/rio500/rio500-0.7.ebuild index b03ac416d906..a832ebf8371b 100644 --- a/app-misc/rio500/rio500-0.7.ebuild +++ b/app-misc/rio500/rio500-0.7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7.ebuild,v 1.1 2001/04/25 21:10:16 michael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7.ebuild,v 1.2 2001/04/25 21:17:20 michael Exp $ #P= A=${P}.tar.gz @@ -15,8 +15,8 @@ DEPEND="virtual/glibc src_compile() { try ./configure --prefix=/usr --host=${CHOST} \ - --with-fontpath=/usr/share/rio500 \ - --with-usbdevfs --with-id3support + --with-fontpath=/usr/share/rio500 +# --with-usbdevfs --with-id3support try make } |