diff options
author | makc <makc@FreeBSD.org> | 2012-05-17 00:10:58 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-05-17 00:10:58 +0800 |
commit | c04a33dde808aac9de8a8430d56a7f4d672bce7a (patch) | |
tree | b7c130f699bb3e65f16c2187c899c33297823208 /math | |
parent | 7d6fdfc9b9cc4ab372deee5bc47558ca811d8563 (diff) | |
download | freebsd-ports-gnome-c04a33dde808aac9de8a8430d56a7f4d672bce7a.tar.gz freebsd-ports-gnome-c04a33dde808aac9de8a8430d56a7f4d672bce7a.tar.zst freebsd-ports-gnome-c04a33dde808aac9de8a8430d56a7f4d672bce7a.zip |
Mark BROKEN= does not build with boost-1.48.0
Approved by: portmgr (linimon)
Diffstat (limited to 'math')
-rw-r--r-- | math/cgal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 74cd1b32cdd7..3e91b2a236ad 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -20,6 +20,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-doc_html${EXTRACT_SUFX} MAINTAINER= wenheping@gmail.com COMMENT= A computational geometry library +BROKEN= does not build with boost-1.48.0 + BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= GLU.1:${PORTSDIR}/graphics/libGLU \ |