diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-08-10 19:59:17 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-08-10 19:59:17 +0000 |
commit | e01c71c7b1be66fe9acf16d53d3b867b51fee053 (patch) | |
tree | 6601ec287b09d6b34b6c1e164de43603a1a0d116 /net-p2p/transmission-cli | |
parent | 67dbda2115277e4457ee6fc8809d07e1263929c0 (diff) |
Notes
Diffstat (limited to 'net-p2p/transmission-cli')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index d0b30b457425..17bc0525b257 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -17,6 +17,9 @@ MAINTAINER?= crees@FreeBSD.org COMMENT?= A lightweight CLI (command line) BitTorrent client and utilities SLAVEPORT?= cli + +CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.5* + .if ${SLAVEPORT}!="web" LIB_DEPENDS?= ${GEN_LIB_DEPENDS} |