diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-mgmt/TkTopNetFlows/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'net-mgmt/TkTopNetFlows/Makefile')
-rw-r--r-- | net-mgmt/TkTopNetFlows/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/TkTopNetFlows/Makefile b/net-mgmt/TkTopNetFlows/Makefile index de3ba4a1ecbb..63df968920a8 100644 --- a/net-mgmt/TkTopNetFlows/Makefile +++ b/net-mgmt/TkTopNetFlows/Makefile @@ -12,9 +12,9 @@ COMMENT= GUI tool for NetFlow data visualisation OPTIONS_DEFINE= DOCS -LIB_DEPENDS+= libBLT25.so:${PORTSDIR}/x11-toolkits/blt \ - libTktable2.10.so:${PORTSDIR}/x11-toolkits/tktable -RUN_DEPENDS= flowdumper:${PORTSDIR}/net-mgmt/p5-Cflow +LIB_DEPENDS+= libBLT25.so:x11-toolkits/blt \ + libTktable2.10.so:x11-toolkits/tktable +RUN_DEPENDS= flowdumper:net-mgmt/p5-Cflow NO_BUILD= yes USES= perl5 shebangfix tk:85 |