diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-09-30 17:52:11 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-09-30 17:52:11 +0800 |
commit | fc5bc520b13fc79c66b71dc4c9f02625d6d931a1 (patch) | |
tree | 24796c560b75a9f67b9f07945d767824f43a864c /deskutils | |
parent | 4cf8f25454db900fba9e6bb9009cacc3b20ff472 (diff) | |
download | freebsd-ports-gnome-fc5bc520b13fc79c66b71dc4c9f02625d6d931a1.tar.gz freebsd-ports-gnome-fc5bc520b13fc79c66b71dc4c9f02625d6d931a1.tar.zst freebsd-ports-gnome-fc5bc520b13fc79c66b71dc4c9f02625d6d931a1.zip |
Mark BROKEN
CMake Error at /usr/local/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5Svg" with any
of the following names:
Qt5SvgConfig.cmake
qt5svg-config.cmake
Reported by: pkg-fallout
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/nextcloudclient/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/nextcloudclient/Makefile b/deskutils/nextcloudclient/Makefile index a169e2bd4e51..97e5e0fc4a0e 100644 --- a/deskutils/nextcloudclient/Makefile +++ b/deskutils/nextcloudclient/Makefile @@ -12,6 +12,8 @@ COMMENT= NextCloud Desktop Syncing Client LICENSE= GPLv2 +BROKEN= fails to configure + LIB_DEPENDS= libinotify.so:devel/libinotify \ libqt5keychain.so:security/qtkeychain |