diff options
Diffstat (limited to 'deskutils/nextcloudclient/Makefile')
-rw-r--r-- | deskutils/nextcloudclient/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/deskutils/nextcloudclient/Makefile b/deskutils/nextcloudclient/Makefile index 2a795c140df1..30292a73f65c 100644 --- a/deskutils/nextcloudclient/Makefile +++ b/deskutils/nextcloudclient/Makefile @@ -1,5 +1,5 @@ PORTNAME= nextcloudclient -PORTVERSION= 3.16.6 +PORTVERSION= 3.17.1 DISTVERSIONPREFIX= v CATEGORIES= deskutils @@ -32,7 +32,7 @@ USE_GITHUB= yes GH_ACCOUNT= nextcloud GH_PROJECT= desktop -OPTIONS_DEFINE= DOCS DEBUG GNOME GUIADDONS KDE WEBENGINE +OPTIONS_DEFINE= DEBUG GNOME GUIADDONS KDE WEBENGINE OPTIONS_DEFAULT= GNOME GUIADDONS OPTIONS_DEFAULT_aarch64= WEBENGINE OPTIONS_DEFAULT_amd64= WEBENGINE @@ -44,13 +44,6 @@ GUIADDONS_DESC= Use KDE guiaddons (implies KDE) KDE_DESC= KDE desktop environment support WEBENGINE_DESC= Use Webengine to provide web login flow -DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \ - doxygen:devel/doxygen -DOCS_USES= tex -DOCS_USE= TEX=dvipsk:build,latex:build -DOCS_CMAKE_BOOL= WITH_DOC -DOCS_VARS= PORTDOCS=* - GNOME_CMAKE_BOOL= BUILD_SHELL_INTEGRATION_NAUTILUS KDE_USES= xorg |