diff options
author | ache <ache@FreeBSD.org> | 2002-02-28 17:03:58 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-02-28 17:03:58 +0800 |
commit | 54881cb828b42b6b6b34fb653ca73b9934d0815f (patch) | |
tree | 584766e77595dbef8f4c6ced58df0b610a5f08f6 /mail | |
parent | f373e377e7b51289b8beeed8e023ff40c3ab1783 (diff) | |
download | freebsd-ports-gnome-54881cb828b42b6b6b34fb653ca73b9934d0815f.tar.gz freebsd-ports-gnome-54881cb828b42b6b6b34fb653ca73b9934d0815f.tar.zst freebsd-ports-gnome-54881cb828b42b6b6b34fb653ca73b9934d0815f.zip |
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 |