diff options
Diffstat (limited to 'dev-util/subversion/subversion-0.28.0.ebuild')
-rw-r--r-- | dev-util/subversion/subversion-0.28.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/subversion/subversion-0.28.0.ebuild b/dev-util/subversion/subversion-0.28.0.ebuild index 4bac7df68a38..84bef9ffc481 100644 --- a/dev-util/subversion/subversion-0.28.0.ebuild +++ b/dev-util/subversion/subversion-0.28.0.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/dev-util/subversion/subversion-0.28.0.ebuild,v 1.1 2003/09/01 18:19:18 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-0.28.0.ebuild,v 1.2 2003/09/06 08:39:23 msterret Exp $ inherit libtool @@ -59,7 +59,7 @@ pkg_setup() { einfo "case." fi } - + src_unpack() { cd ${WORKDIR} unpack ${PN}-${PV}.tar.gz @@ -108,10 +108,10 @@ EOF use apache2 && myconf="${myconf} --with-apxs=/usr/sbin/apxs2 \ --with-apr=/usr --with-apr-util=/usr" use apache2 || myconf="${myconf} --without-apxs" - + if use berkdb; then has_version =db-4* && myconf="${myconf} --with-berkeley-db" - has_version =db-4* || myconf="${myconf} --with-berkeley-db=${WORKDIR}/dbinst" + has_version =db-4* || myconf="${myconf} --with-berkeley-db=${WORKDIR}/dbinst" else myconf="${myconf} --without-berkeley-db" fi |