diff options
Diffstat (limited to 'net-mail/autorespond/autorespond-2.0.4.ebuild')
-rw-r--r-- | net-mail/autorespond/autorespond-2.0.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mail/autorespond/autorespond-2.0.4.ebuild b/net-mail/autorespond/autorespond-2.0.4.ebuild index d684f8ee370b..9e4497b86cc5 100644 --- a/net-mail/autorespond/autorespond-2.0.4.ebuild +++ b/net-mail/autorespond/autorespond-2.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/autorespond-2.0.4.ebuild,v 1.1 2003/12/26 04:00:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/autorespond-2.0.4.ebuild,v 1.2 2004/01/05 07:58:23 robbat2 Exp $ S=${WORKDIR}/${P} DESCRIPTION="Autoresponder add on package for qmailadmin" @@ -9,10 +9,11 @@ DEBIAN_P="${P/-/_}-${DEBIAN_PV}" SRC_URI="mirror://sourceforge/qmailadmin/${P}.tar.gz mirror://debian/pool/contrib/${PN:0:1}/${PN}/${DEBIAN_P}.diff.gz" HOMEPAGE="http://inter7.com/devel/" - KEYWORDS="~x86 ~alpha ~arm ~hppa ia64 ~mips ~ppc ~sparc amd64" LICENSE="GPL-2" SLOT="0" +RDEPEND="net-mail/qmail" +DEPEND="sys-devel/gcc virtual/glibc" src_unpack() { unpack ${P}.tar.gz |