mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
deskutils/owncloudclient: remove unnecessary dependency on WebKit
Dependency on Qt5WebKit was removed upstream, see [1]. [1] https://github.com/owncloud/client/issues/6451
This commit is contained in:
parent
769f9d927d
commit
6b1e396350
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user