diff options
Diffstat (limited to 'net/libkvkontakte/Makefile')
-rw-r--r-- | net/libkvkontakte/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/net/libkvkontakte/Makefile b/net/libkvkontakte/Makefile index bafeb2bd91e3..8eb5fe5c45ea 100644 --- a/net/libkvkontakte/Makefile +++ b/net/libkvkontakte/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= libkvkontakte -PORTVERSION= 4.12.0 -PORTREVISION= 3 +DISTVERSION= 5.0.0 +PORTREVISION= 1 CATEGORIES= net kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src DIST_SUBDIR= KDE/digikam @@ -13,13 +13,9 @@ COMMENT= KDE library for accessing vk.com LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB -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 -USE_KDE= automoc4 kdelibs -USE_LDCONFIG= yes - -PLIST_SUB+= SHLIB_VER="${PORTVERSION}" +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= config coreaddons ecm i18n kdewebkit kio service widgetsaddons +USE_QT5= core gui network webkit widgets \ + buildtools_build qmake_build .include <bsd.port.mk> |