diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 11:03:07 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 11:03:07 +0000 |
commit | 8bd1906049af977ab4d4b64658b9c906e7a98e57 (patch) | |
tree | be40b9a10ecac7721647566e938b561b0f0cb2ae /net-mail/qmail-notify/qmail-notify-0.93.ebuild | |
parent | evolution cleanup. (diff) | |
download | historical-8bd1906049af977ab4d4b64658b9c906e7a98e57.tar.gz historical-8bd1906049af977ab4d4b64658b9c906e7a98e57.tar.bz2 historical-8bd1906049af977ab4d4b64658b9c906e7a98e57.zip |
fixup for qmail move.
Diffstat (limited to 'net-mail/qmail-notify/qmail-notify-0.93.ebuild')
-rw-r--r-- | net-mail/qmail-notify/qmail-notify-0.93.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/qmail-notify/qmail-notify-0.93.ebuild b/net-mail/qmail-notify/qmail-notify-0.93.ebuild index 513d95e1562a..139b3fb67aaf 100644 --- a/net-mail/qmail-notify/qmail-notify-0.93.ebuild +++ b/net-mail/qmail-notify/qmail-notify-0.93.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/net-mail/qmail-notify/qmail-notify-0.93.ebuild,v 1.9 2004/02/22 16:25:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-notify/qmail-notify-0.93.ebuild,v 1.10 2004/05/30 10:58:08 robbat2 Exp $ S=${WORKDIR}/${P} DESCRIPTION="Delayed delivery notification for qmail." @@ -14,7 +14,7 @@ KEYWORDS="x86 sparc" DEPEND="virtual/glibc" RDEPEND="virtual/cron - net-mail/qmail" + mail-mta/qmail" src_compile() { cd ${S} |