diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-06 19:58:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-06 19:58:11 +0800 |
commit | 0a6264160b770a9419af1ae52216b8dd61e1912b (patch) | |
tree | 088d7f85849a0fabf40d1715f740b965382c5996 | |
parent | bde4cff5102b73c21998d0a6f73a04719ea27144 (diff) | |
download | freebsd-ports-gnome-0a6264160b770a9419af1ae52216b8dd61e1912b.tar.gz freebsd-ports-gnome-0a6264160b770a9419af1ae52216b8dd61e1912b.tar.zst freebsd-ports-gnome-0a6264160b770a9419af1ae52216b8dd61e1912b.zip |
Mark as broken: fails to configure:
CMake Error at cmake/modules/FindPkgConfig.cmake:350 (message):
None of the required 'opensync-1.0>=0.36' found
Call Stack (most recent call first):
cmake/modules/FindOpenSync.cmake:26 (PKG_SEARCH_MODULE)
CMakeLists.txt:10 (FIND_PACKAGE)
-rw-r--r-- | deskutils/libopensync-plugin-evolution2-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/libopensync-plugin-evolution2-devel/Makefile b/deskutils/libopensync-plugin-evolution2-devel/Makefile index 88f6613d42f4..25578f38edc5 100644 --- a/deskutils/libopensync-plugin-evolution2-devel/Makefile +++ b/deskutils/libopensync-plugin-evolution2-devel/Makefile @@ -11,6 +11,8 @@ PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org COMMENT= Evolution 2 plugin for the OpenSync framework +BROKEN= Does not find opensync + LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync RUN_DEPENDS= vconvert:${PORTSDIR}/deskutils/libopensync-plugin-vformat-devel |