diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-24 22:35:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-24 22:35:08 +0000 |
commit | efc5cc0e55b0607e16a998ff198471b29121691a (patch) | |
tree | 31a2ea1860f1ffabb933f85b0166cc18c271b82a /net-mgmt/TkTopNetFlows/Makefile | |
parent | d4c36759da4e8820a7e38ed2aa09bc5d0b64cd50 (diff) |
Notes
Diffstat (limited to 'net-mgmt/TkTopNetFlows/Makefile')
-rw-r--r-- | net-mgmt/TkTopNetFlows/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/TkTopNetFlows/Makefile b/net-mgmt/TkTopNetFlows/Makefile index 8087b058a4d4..de3ba4a1ecbb 100644 --- a/net-mgmt/TkTopNetFlows/Makefile +++ b/net-mgmt/TkTopNetFlows/Makefile @@ -3,7 +3,7 @@ PORTNAME= TkTopNetFlows PORTVERSION= 0.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-mgmt MASTER_SITES= http://vfom.narod.ru/download/ @@ -17,7 +17,8 @@ LIB_DEPENDS+= libBLT25.so:${PORTSDIR}/x11-toolkits/blt \ RUN_DEPENDS= flowdumper:${PORTSDIR}/net-mgmt/p5-Cflow NO_BUILD= yes -USES= perl5 tk:85 +USES= perl5 shebangfix tk:85 +SHEBANG_FILES= flow_Server.pl view_definitions.pl.example PORTDOCS= * PLIST_SUB= PORTVERSION=${PORTVERSION} |