diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-02-28 15:13:02 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-02-28 15:13:02 +0000 |
commit | 7a948266fea202f17ce1663cb0fcf6a36fa8ff17 (patch) | |
tree | 9a6c1b96be0e0ec02ee5baa4085546552f66e30a /mail | |
parent | Upgrade to 0.62b (diff) |
Rename BUILD_DEPENDS to RUN_DEPENDS (there no build stage here at all,
but they are needed on run stage)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ricochet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ricochet/Makefile b/mail/ricochet/Makefile index 138fcea3fd2b..59c18cd8747d 100644 --- a/mail/ricochet/Makefile +++ b/mail/ricochet/Makefile @@ -7,13 +7,13 @@ PORTNAME= ricochet PORTVERSION= 0.97 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://vipul.net/perl/sources/spamcontrol/ricochet/ MAINTAINER= leeym@leeym.com -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/XWhois.pm:${PORTSDIR}/net/p5-Net-XWhois \ |