diff options
author | andreas <andreas@FreeBSD.org> | 2001-03-26 06:06:39 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-03-26 06:06:39 +0800 |
commit | f94a6ff60bb56298e5ef0cc68b9e54265fbd2a07 (patch) | |
tree | 215fd75a7508aeb09d8fd83c3708a79fe27b3d8e /net | |
parent | 7795644663f5bcf1b4f0e4d786354d0f3e597b22 (diff) | |
download | freebsd-ports-gnome-f94a6ff60bb56298e5ef0cc68b9e54265fbd2a07.tar.gz freebsd-ports-gnome-f94a6ff60bb56298e5ef0cc68b9e54265fbd2a07.tar.zst freebsd-ports-gnome-f94a6ff60bb56298e5ef0cc68b9e54265fbd2a07.zip |
another show stopper, missing dependency to p5-Net-Patricia
didn't bump PORTREVISION, since package building has been impossible
Diffstat (limited to 'net')
-rw-r--r-- | net/flowscan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/flowscan/Makefile b/net/flowscan/Makefile index 6749b1bcf954..0ce13f6ecfe7 100644 --- a/net/flowscan/Makefile +++ b/net/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 |