diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-02-28 09:03:58 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-02-28 09:03:58 +0000 |
commit | f9eee9fa4d26c1c90e5c624bbd1c0a84923fc99d (patch) | |
tree | 9f9d8e202a9c1a46748fa3114026dc1c459cec08 /mail | |
parent | Add RUN_DEPENDS of razor-agents (diff) |
Copy RUN_DEPENDS to BUILD_DEPENDS to shut check state warnings.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/razor-agents/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/razor-agents/Makefile b/mail/razor-agents/Makefile index 8a0c713dda4b..a6267991418a 100644 --- a/mail/razor-agents/Makefile +++ b/mail/razor-agents/Makefile @@ -14,10 +14,11 @@ MASTER_SITE_SUBDIR= razor MAINTAINER= leeym@leeym.com -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |