diff options
Diffstat (limited to 'net-www/prozilla/prozilla-1.3.6.ebuild')
-rw-r--r-- | net-www/prozilla/prozilla-1.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/prozilla/prozilla-1.3.6.ebuild b/net-www/prozilla/prozilla-1.3.6.ebuild index 78dc2cda622e..2d3293083996 100644 --- a/net-www/prozilla/prozilla-1.3.6.ebuild +++ b/net-www/prozilla/prozilla-1.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -#$Header: /var/cvsroot/gentoo-x86/net-www/prozilla/prozilla-1.3.6.ebuild,v 1.12 2003/02/13 15:43:03 vapier Exp $ +#$Header: /var/cvsroot/gentoo-x86/net-www/prozilla/prozilla-1.3.6.ebuild,v 1.13 2003/09/06 01:54:09 msterret Exp $ S="${WORKDIR}/${P}" DESCRIPTION="A download manager" @@ -14,7 +14,7 @@ DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" src_compile() { - ./configure --prefix=/usr \ + ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --host=${CHOST} \ |