diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-24 14:45:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-24 14:45:04 +0800 |
commit | 36ee78c4eb1c0f7f3bf5ba86258a06f85ba8deb7 (patch) | |
tree | 5ae6eba53b6796063e54b0aa675d2fba8d7c7c82 | |
parent | c37a12b69b772825b01dbe274bf732807fa4b51f (diff) | |
download | freebsd-ports-gnome-36ee78c4eb1c0f7f3bf5ba86258a06f85ba8deb7.tar.gz freebsd-ports-gnome-36ee78c4eb1c0f7f3bf5ba86258a06f85ba8deb7.tar.zst freebsd-ports-gnome-36ee78c4eb1c0f7f3bf5ba86258a06f85ba8deb7.zip |
Mark as broken: does not build
configure: error: cannot find the flags to link with Boost thread
Reported by: pkg-fallout
-rw-r--r-- | science/peekabot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/peekabot/Makefile b/science/peekabot/Makefile index 1b95444ce337..bcb6d0e8dd11 100644 --- a/science/peekabot/Makefile +++ b/science/peekabot/Makefile @@ -13,14 +13,15 @@ COMMENT= Distributed real-time 3D visualization tool for robotics researchers LICENSE= BSL GPLv3 LICENSE_COMB= multi +BROKEN= Does not build + LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs \ xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm USE_BZIP2= yes -USES= pathfix +USES= pathfix gmake USE_GCC= 4.6+ -USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes |