diff options
author | tron <tron> | 2002-07-05 07:03:17 +0000 |
---|---|---|
committer | tron <tron> | 2002-07-05 07:03:17 +0000 |
commit | 3de5f02bfa0d78e8b141a7bd91baba462fe77c99 (patch) | |
tree | 7d3d272d29436240998fd63f522757255c716e87 /mail | |
parent | 647501d1dd8e49b5659f11b23a81758970678aeb (diff) | |
download | pkgsrc-3de5f02bfa0d78e8b141a7bd91baba462fe77c99.tar.gz |
Adapt to new location of "p5-Time-HiRes" package.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-razor-agents/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index 52df67efae1..fd366180378 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/07/03 14:22:41 abs Exp $ -# +# $NetBSD: Makefile,v 1.8 2002/07/05 07:03:56 tron Exp $ DISTNAME= Mail-SpamAssassin-2.31 PKGNAME= p5-${DISTNAME} @@ -14,7 +13,7 @@ HOMEPAGE= http://www.spamassassin.org/ COMMENT= mail filter to identify spam DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS -DEPENDS+= p5-Time-HiRes-[0-9]*:../../devel/p5-Time-HiRes +DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes USE_BUILDLINK_ONLY= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/SpamAssassin/.packlist diff --git a/mail/p5-razor-agents/Makefile b/mail/p5-razor-agents/Makefile index 7b2214c7697..5e45b69f69d 100644 --- a/mail/p5-razor-agents/Makefile +++ b/mail/p5-razor-agents/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/05/12 10:16:48 abs Exp $ -# +# $NetBSD: Makefile,v 1.3 2002/07/05 07:04:29 tron Exp $ DISTNAME= razor-agents-1.19 PKGNAME= p5-${DISTNAME} @@ -14,7 +13,7 @@ COMMENT= collaborative spam filtering network DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS -DEPENDS+= p5-Time-HiRes-[0-9]*:../../devel/p5-Time-HiRes +DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools |