summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-01 16:24:34 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-01 16:24:34 +0000
commitcc3252b256f2e154955722c065539c8c8228911a (patch)
treeeeecbbc2a928fbfa2fe48522e736a0e8a125c699 /net-nds
parentCommitting busted stuff for achim to work some mojo on. (diff)
downloadhistorical-cc3252b256f2e154955722c065539c8c8228911a.tar.gz
historical-cc3252b256f2e154955722c065539c8c8228911a.tar.bz2
historical-cc3252b256f2e154955722c065539c8c8228911a.zip
*** empty log message ***
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/openldap/openldap-1.2.11-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-nds/openldap/openldap-1.2.11-r2.ebuild b/net-nds/openldap/openldap-1.2.11-r2.ebuild
index f5c183414e6f..1ff29bc280e2 100644
--- a/net-nds/openldap/openldap-1.2.11-r2.ebuild
+++ b/net-nds/openldap/openldap-1.2.11-r2.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 Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-1.2.11-r2.ebuild,v 1.4 2001/06/01 16:18:55 blutgens Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-1.2.11-r2.ebuild,v 1.5 2001/06/01 16:24:34 achim Exp $
A=${PN}-stable-20000704.tgz
S=${WORKDIR}/${P}
@@ -18,7 +18,7 @@ DEPEND="virtual/glibc
RDEPEND="virtual/glibc
>=sys-libs/ncurses-5.1
gdbm? ( >=sys-libs/gdbm-1.8.0 )
- berkdb? ( >=sys-libs/db-3.2.3h )""
+ berkdb? ( >=sys-libs/db-3.2.3h )"
src_compile() {
local myconf
@@ -27,7 +27,7 @@ src_compile() {
fi
if [ "`use berkdb`" ] ; then
myconf="--enable-ldbm --with-ldbm-api=db"
- else [ "`use gdbm`" ] ; then
+ elif [ "`use gdbm`" ] ; then
myconf="$myconf --enable-ldbm --with-ldbm-api=gdbm"
fi
./configure --host=${CHOST} --enable-passwd \