diff options
Diffstat (limited to 'net-www/zope/zope-2.2.4.ebuild')
-rw-r--r-- | net-www/zope/zope-2.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/zope/zope-2.2.4.ebuild b/net-www/zope/zope-2.2.4.ebuild index cf1fbd652fb1..5a0fac061eee 100644 --- a/net-www/zope/zope-2.2.4.ebuild +++ b/net-www/zope/zope-2.2.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/net-www/zope/zope-2.2.4.ebuild,v 1.1 2001/01/31 20:34:09 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/zope/zope-2.2.4.ebuild,v 1.2 2001/06/03 09:54:22 achim Exp $ A="zope_${PV}.orig.tar.gz zope_${PV}-3.diff.gz" S=${WORKDIR}/Zope-${PV}-src @@ -10,6 +10,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/z/zope/zope_${PV}.orig.tar.gz http://ftp.debian.org/debian/pool/main/z/zope/zope_${PV}-3.diff.gz" HOMEPAGE="http://www.zope.org" +DEPEND="virtual/glibc dev-lang/python" src_unpack() { unpack zope_2.2.4.orig.tar.gz @@ -23,7 +24,6 @@ src_unpack() { src_compile() { - cd ${S} try python w_pcgi.py } |