diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-13 10:27:47 +0000 |
|---|---|---|
| committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-13 11:16:12 +0000 |
| commit | 6b1e39635014f2bfca91c91515ec2a2cdab55558 (patch) | |
| tree | 76ebc43be6cc0ad14c1cdc2a3ab3c80498da2bff | |
| parent | 769f9d927dda93597dba7a303495da852d68f3b6 (diff) | |
deskutils/owncloudclient: remove unnecessary dependency on WebKit
Dependency on Qt5WebKit was removed upstream, see [1].
[1] https://github.com/owncloud/client/issues/6451
| -rw-r--r-- | deskutils/owncloudclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/owncloudclient/Makefile b/deskutils/owncloudclient/Makefile index e9c3279e6c75..15a033c33f44 100644 --- a/deskutils/owncloudclient/Makefile +++ b/deskutils/owncloudclient/Makefile @@ -1,7 +1,7 @@ PORTNAME= owncloudclient DISTVERSION= 2.8.2 DISTVERSIONSUFFIX= .4246 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= https://download.owncloud.com/desktop/ownCloud/stable/${DISTVERSION}${DISTVERSIONSUFFIX}/source/ DISTNAME= ownCloud-${DISTVERSION}${DISTVERSIONSUFFIX} @@ -26,7 +26,7 @@ USE_KDE= completion config coreaddons jobwidgets kio service \ widgetsaddons windowsystem \ ecm:build USE_LDCONFIG= yes -USE_QT= concurrent core dbus gui network sql webkit widgets xml \ +USE_QT= concurrent core dbus gui network sql widgets xml \ buildtools:build linguist:build qmake:build CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:STRING=man \ |
