diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-20 16:59:58 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-20 16:59:58 +0000 |
commit | d022400b890bb01edf67f48692fed8896a967261 (patch) | |
tree | 9fa7f03e054ec414c3ee69be02603c0c8000a28e /media-sound/smurf/smurf-0.52.6.ebuild | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-d022400b890bb01edf67f48692fed8896a967261.tar.gz gentoo-2-d022400b890bb01edf67f48692fed8896a967261.tar.bz2 gentoo-2-d022400b890bb01edf67f48692fed8896a967261.zip |
Removed explicit S=
Diffstat (limited to 'media-sound/smurf/smurf-0.52.6.ebuild')
-rw-r--r-- | media-sound/smurf/smurf-0.52.6.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media-sound/smurf/smurf-0.52.6.ebuild b/media-sound/smurf/smurf-0.52.6.ebuild index d77a07a6735e..1505b821e51e 100644 --- a/media-sound/smurf/smurf-0.52.6.ebuild +++ b/media-sound/smurf/smurf-0.52.6.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/media-sound/smurf/smurf-0.52.6.ebuild,v 1.3 2004/04/01 08:13:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/smurf/smurf-0.52.6.ebuild,v 1.4 2004/04/20 16:59:31 eradicator Exp $ DESCRIPTION="The Smurf Sound Font Editor" HOMEPAGE="http://smurf.sourceforge.net/" @@ -19,8 +19,6 @@ DEPEND="=x11-libs/gtk+-1.2* #RDEPEND="" -S=${WORKDIR}/${P} - src_compile() { local myconf="--with-audiofile" use nls || myconf="${myconf} --disable-nls" |