diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-25 22:06:39 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-25 22:06:39 +0000 |
commit | 5a7741834c682fbf96e9a0ffeedff45a08f742de (patch) | |
tree | e8c6e164e46b601cd64bfa9c87a0bed423a8235e /net-mgmt | |
parent | afc88b6dac3a43a7ca58bdf7f32a1c4eaf467251 (diff) | |
download | freebsd-ports-5a7741834c682fbf96e9a0ffeedff45a08f742de.zip |
another show stopper, missing dependency to p5-Net-Patricia
didn't bump PORTREVISION, since package building has been impossible
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/flowscan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/flowscan/Makefile b/net-mgmt/flowscan/Makefile index 6749b1bcf954..0ce13f6ecfe7 100644 --- a/net-mgmt/flowscan/Makefile +++ b/net-mgmt/flowscan/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS= ksh:${PORTSDIR}/shells/pdksh \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/ConfigReader/DirectiveStyle.pm:${PORTSDIR}/devel/p5-ConfigReader \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Table.pm:${PORTSDIR}/www/p5-HTML-Table \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Cflow.pm:${PORTSDIR}/net/p5-Cflow + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/Patricia.pm:${PORTSDIR}/net/p5-Net-Patricia RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake CFLOWD_FLOWSCAN_PATCH= yes |