diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-11-13 22:15:47 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-11-13 22:15:47 +0000 |
commit | 08e52f7ae66ef06b5be58cdc6a1fc633cfc570d4 (patch) | |
tree | 174f05f1db16e12679fc741bafd6c42cba2fe3d1 /net-p2p/qbittorrent | |
parent | e0c27001104b364f6a274fd47e124f4e2aac8219 (diff) |
Notes
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index b3fae756d850..c4512b3be1c4 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -7,13 +7,14 @@ PORTNAME= qbittorrent PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Bittorrent client written in C++ / Qt4 using libtorrent -LIB_DEPENDS= ccext2-1.6.0:${PORTSDIR}/devel/commoncpp \ +LIB_DEPENDS= ccext2-1.7.0:${PORTSDIR}/devel/commoncpp \ execinfo.1:${PORTSDIR}/devel/libexecinfo \ zzip.13:${PORTSDIR}/devel/zziplib \ curl.5:${PORTSDIR}/ftp/curl \ |