diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-04-14 13:16:32 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-04-14 13:16:32 +0000 |
commit | 4789e18f7dbde0e20c379f22446a261e029ee649 (patch) | |
tree | 37bde27590c50910f85a053a46812b4e534b01c9 /net/libkvkontakte | |
parent | b3e8b52244e878fa1c2ad8d8470969800413dab4 (diff) | |
download | ports-4789e18f7dbde0e20c379f22446a261e029ee649.tar.gz ports-4789e18f7dbde0e20c379f22446a261e029ee649.zip |
Notes
Diffstat (limited to 'net/libkvkontakte')
-rw-r--r-- | net/libkvkontakte/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libkvkontakte/Makefile b/net/libkvkontakte/Makefile index 30a69fe44555..bafeb2bd91e3 100644 --- a/net/libkvkontakte/Makefile +++ b/net/libkvkontakte/Makefile @@ -2,7 +2,7 @@ PORTNAME= libkvkontakte PORTVERSION= 4.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src DIST_SUBDIR= KDE/digikam @@ -13,7 +13,7 @@ COMMENT= KDE library for accessing vk.com LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB -LIB_DEPENDS= libqjson.so:devel/qjson +LIB_DEPENDS= libqjson.so:devel/qjson@qt4 USES= cmake:outsource gettext kde:4 pkgconfig tar:xz USE_QT4= moc_build qmake_build rcc_build uic_build |