diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-02-10 21:57:46 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-02-10 21:57:46 +0000 |
commit | 4779b33b84581111b6b4756713105522c3864466 (patch) | |
tree | 022a5d48e65013667d48fc9f065dcb00188d1e50 /net-p2p/transmission-cli | |
parent | 1d6d6a9bf8520f0663135e0181782642dd4cf572 (diff) |
Notes
Diffstat (limited to 'net-p2p/transmission-cli')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index 20db92dc3ef6..64aa69493cf4 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -2,13 +2,13 @@ PORTNAME= transmission PORTVERSION= 2.84 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net-p2p #MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ MASTER_SITES= http://transmission.cachefly.net/ PKGNAMESUFFIX?= -cli -MAINTAINER?= crees@FreeBSD.org +MAINTAINER?= jbeich@FreeBSD.org COMMENT?= Lightweight CLI (command line) BitTorrent client and utilities SLAVEPORT?= cli @@ -21,7 +21,8 @@ LICENSE= GPLv2 .endif LICENSE_FILE= ${WRKSRC}/COPYING -USES+= tar:xz +USES+= cpe tar:xz +CPE_VENDOR= transmissionbt CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.5* @@ -50,6 +51,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -DWITH_UTP=1 LDFLAGS+= -L${LOCALBASE}/lib LIBS+= ${ICONV_LIB} CONFIGURE_ARGS=--with-zlib=/usr \ + --without-inotify \ --disable-utp \ --enable-external-natpmp \ ${EXTRA_CONF_ARGS} |