summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-28 05:24:13 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-28 05:24:13 +0000
commit2976aa64c576eb5d76d265f70f3a9097dfdeb3ac (patch)
treedc5a008a22e16e21bc4ea4f991bba0890fae4a1b /net-mail/qmail
parentAdded DarcNES a multi-system emulator (diff)
downloadhistorical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.gz
historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.bz2
historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.zip
Dependencie fixes
Diffstat (limited to 'net-mail/qmail')
-rw-r--r--net-mail/qmail/qmail-1.03-r3.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/qmail/qmail-1.03-r3.ebuild b/net-mail/qmail/qmail-1.03-r3.ebuild
index 7336c217a902..d7e96f995c21 100644
--- a/net-mail/qmail/qmail-1.03-r3.ebuild
+++ b/net-mail/qmail/qmail-1.03-r3.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-mail/qmail/qmail-1.03-r3.ebuild,v 1.1 2000/12/18 21:24:16 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r3.ebuild,v 1.2 2001/05/28 05:24:13 achim Exp $
S=${WORKDIR}/qmail-1.03
DESCRIPTION="A modern replacement for sendmail which uses maildirs"
@@ -13,8 +13,8 @@ QMAIL_SRC="http://cr.yp.to/software/qmail-1.03.tar.gz
MYSQL_SRC="http://iain.cx/unix/qmail/qmail-mysql.patch"
LDAP_SRC="http://www.nrg4u.com/qmail/qmail-ldap-1.03-20001201.patch.gz"
-QMAIL_DEP=">=sys-apps/bash-2.04
- >=sys-libs/glibc-2.1.3"
+QMAIL_DEP="virtual/glibc"
+
MYSQL_DEP=">=dev-db/mysql-3.23.28"
LDAP_DEP=">=net-nds/openldap-1.2.11"
@@ -38,6 +38,9 @@ else
fi
PROVIDE="virtual/mta"
+RDEPEND="$DEPEND"
+DEPEND="$DEPEND sys-apps/groff"
+
src_unpack() {