diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-20 10:44:14 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-20 10:44:14 +0000 |
commit | 41c20bc8c0acf5e0fcef4b4d193793e17a0b57c1 (patch) | |
tree | 0c894178a15e816619933ce9d4bb74cd5413df59 /net/flowscan | |
parent | 885fd10c81ce4a553f38d9465802c54d58bb3a5b (diff) | |
download | ports-41c20bc8c0acf5e0fcef4b4d193793e17a0b57c1.tar.gz ports-41c20bc8c0acf5e0fcef4b4d193793e17a0b57c1.zip |
Notes
Diffstat (limited to 'net/flowscan')
-rw-r--r-- | net/flowscan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/flowscan/Makefile b/net/flowscan/Makefile index 7f7c51db3d91..cb331dee545b 100644 --- a/net/flowscan/Makefile +++ b/net/flowscan/Makefile @@ -7,6 +7,7 @@ PORTNAME= flowscan PORTVERSION= 1.006 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://net.doit.wisc.edu/~plonka/FlowScan/ DISTFILES= FlowScan-${PORTVERSION}.tar.gz @@ -16,7 +17,7 @@ MAINTAINER= andreas@freebsd.org BUILD_DEPENDS= ksh:${PORTSDIR}/shells/pdksh \ rrdtool:${PORTSDIR}/net/rrdtool \ ${LOCALBASE}/sbin/cflowd:${PORTSDIR}/net/cflowd \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Boulder/Stream.pm:${PORTSDIR}/converters/p5-Boulder \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Boulder/Stream.pm:${PORTSDIR}/converter/p5-Boulder \ ${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 |