diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 20:16:24 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 20:16:24 +0000 |
commit | e7527e8c5937d9c55c2ced375acfd7497c70fc14 (patch) | |
tree | 822b0bc7f9dca1817f29e51b2a298a08f24897f9 /net-p2p | |
parent | 39f4d990d66f3409af8d955b835822feb7ddd2fc (diff) | |
download | ports-e7527e8c5937d9c55c2ced375acfd7497c70fc14.tar.gz ports-e7527e8c5937d9c55c2ced375acfd7497c70fc14.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libktorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index aa9cc6dc6be8..13afb2730a5a 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -2,7 +2,7 @@ PORTNAME= libktorrent DISTVERSION= 2.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p kde DIST_SUBDIR= KDE/${PORTNAME} @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgmp.so:math/gmp \ - libqca-qt5.so:devel/qca@qt5 + libqca-qt5.so:devel/qca USES= cmake compiler:c++11-lang gettext kde:5 qt:5 USE_KDE= archive completion config coreaddons crash ecm i18n \ |