Copy RUN_DEPENDS to BUILD_DEPENDS to shut check state warnings.

This commit is contained in:
Andrey A. Chernov 2002-02-28 09:03:58 +00:00
parent 6519162689
commit f9eee9fa4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55332

View File

@ -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