diff options
author | andreas <andreas@FreeBSD.org> | 2001-03-25 16:56:55 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-03-25 16:56:55 +0000 |
commit | 0c8c7885de101e6b66a2f7313aa9ecd8eb27c954 (patch) | |
tree | 0a203b8fea50ac8a23b5dc1e6708e34ec076371b /net-mgmt/flowscan/Makefile | |
parent | 50fd03d6196a10a6949db9c9146e16d59a5499b0 (diff) | |
download | FreeBSD-ports-0c8c7885de101e6b66a2f7313aa9ecd8eb27c954.zip FreeBSD-ports-0c8c7885de101e6b66a2f7313aa9ecd8eb27c954.tar.gz |
- detected, that the graphs/Makefile.sample isn't bmake friendly
we need gmake here, added it to run dependencies
therefore updated PORTREVISION, otherwise you don't get
the png file...
- updated pkg-message. You need to configure SNMP on your cisco
or Juniper router
Diffstat (limited to 'net-mgmt/flowscan/Makefile')
-rw-r--r-- | net-mgmt/flowscan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/flowscan/Makefile b/net-mgmt/flowscan/Makefile index 31af328..e32f102 100644 --- a/net-mgmt/flowscan/Makefile +++ b/net-mgmt/flowscan/Makefile @@ -7,7 +7,7 @@ PORTNAME= flowscan PORTVERSION= 1.006 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://net.doit.wisc.edu/~plonka/FlowScan/ DISTFILES= FlowScan-${PORTVERSION}.tar.gz @@ -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 +RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake CFLOWD_FLOWSCAN_PATCH= yes HAS_CONFIGURE= yes |