aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-09-13 09:33:14 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-09-13 09:37:17 +0000
commit662b41a59b123531d36216ee0b0ded77b19aa118 (patch)
tree2dfa829e33f6acaae86da86802cc57fdb435b1ea
parent04fe5aaed04e31171c53149ae4d54229e85748af (diff)
downloadports-662b41a59b123531d36216ee0b0ded77b19aa118.tar.gz
ports-662b41a59b123531d36216ee0b0ded77b19aa118.zip
graphics/kipi-plugins: remove vkontakte
-rw-r--r--graphics/kipi-plugins/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/kipi-plugins/Makefile b/graphics/kipi-plugins/Makefile
index 65e03f533913..a9bea99125d6 100644
--- a/graphics/kipi-plugins/Makefile
+++ b/graphics/kipi-plugins/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kipi-plugins
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -19,7 +20,7 @@ USE_QT= concurrent core dbus gui network printsupport widgets xml xmlpatterns \
buildtools:build qmake:build
USE_XORG= x11
-OPTIONS_DEFINE= DOCS MEDIAWIKI KVKONTAKTE
+OPTIONS_DEFINE= DOCS MEDIAWIKI
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
OPTIONS_SUB= yes
@@ -27,8 +28,4 @@ MEDIAWIKI_DESC= MediaWiki Plugin
MEDIAWIKI_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5MediaWiki
MEDIAWIKI_LIB_DEPENDS= libKF5MediaWiki.so:net/libmediawiki
-KVKONTAKTE_DESC= vk.com Plugin
-KVKONTAKTE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5Vkontakte
-KVKONTAKTE_LIB_DEPENDS= libKF5Vkontakte.so:net/libkvkontakte
-
.include <bsd.port.mk>