diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-29 17:28:19 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-29 17:28:19 +0000 |
commit | 09a0cb6830d8c9cd82846bccece0d90c0bb30c8b (patch) | |
tree | cb24f3beb108accae6cf7aae333c349896d91687 /app-misc/rio500 | |
parent | Update (diff) | |
download | historical-09a0cb6830d8c9cd82846bccece0d90c0bb30c8b.tar.gz historical-09a0cb6830d8c9cd82846bccece0d90c0bb30c8b.tar.bz2 historical-09a0cb6830d8c9cd82846bccece0d90c0bb30c8b.zip |
dependencie, fhs and use fixes
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 a832ebf8371b..1205c0a99639 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.2 2001/04/25 21:17:20 michael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7.ebuild,v 1.3 2001/05/29 17:28:19 achim 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 } |