summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild')
-rw-r--r--net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild b/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild
index 1ecab90dc869..a54c03368602 100644
--- a/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild
+++ b/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild,v 1.1 2005/01/30 20:16:47 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild,v 1.2 2005/07/14 22:22:55 agriffis Exp $
inherit eutils apache-module
@@ -11,7 +11,7 @@ SRC_URI="http://www.outoforder.cc/downloads/${PN}/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~x86"
-IUSE="gdbm"
+IUSE="dbi gdbm"
DEPEND="gdbm? ( >=sys-libs/gdbm-1.8.0-r5 )"
@@ -32,4 +32,4 @@ src_compile() {
econf --with-apxs=${APXS2} \
--enable-providers="${providers}" || die "econf failed"
emake || die "emake failed"
-} \ No newline at end of file
+}