diff options
author | ache <ache@FreeBSD.org> | 2002-02-28 15:13:02 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-02-28 15:13:02 +0000 |
commit | f3a8c85d1119e43201b2f800d9f00ecc236853ef (patch) | |
tree | 4f186ae081ed1f0ab637481d35b34f8ad1ce93f5 | |
parent | d3119a862ee2b6f4321cc3ca2e0ae67c327b36b2 (diff) | |
download | FreeBSD-ports-f3a8c85d1119e43201b2f800d9f00ecc236853ef.zip FreeBSD-ports-f3a8c85d1119e43201b2f800d9f00ecc236853ef.tar.gz |
Rename BUILD_DEPENDS to RUN_DEPENDS (there no build stage here at all,
but they are needed on run stage)
-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 138fcea..59c18cd 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 \ |