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-p2p/eiskaltdcpp-cli | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net-p2p/eiskaltdcpp-cli')
-rw-r--r-- | net-p2p/eiskaltdcpp-cli/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/eiskaltdcpp-cli/Makefile b/net-p2p/eiskaltdcpp-cli/Makefile index 5d3cc8eed2a8..03c122c09ce9 100644 --- a/net-p2p/eiskaltdcpp-cli/Makefile +++ b/net-p2p/eiskaltdcpp-cli/Makefile @@ -10,9 +10,9 @@ COMMENT= EiskaltDC++ Direct Connect command-line interface LICENSE= GPLv3 -RUN_DEPENDS= p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML \ - p5-JSON-RPC>=0:${PORTSDIR}/devel/p5-JSON-RPC \ - p5-Term-ShellUI>=0:${PORTSDIR}/shells/p5-Term-ShellUI +RUN_DEPENDS= p5-RPC-XML>=0:net/p5-RPC-XML \ + p5-JSON-RPC>=0:devel/p5-JSON-RPC \ + p5-Term-ShellUI>=0:shells/p5-Term-ShellUI MASTERDIR= ${.CURDIR}/../eiskaltdcpp-lib |