diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 10:29:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 10:29:20 +0000 |
commit | b0bd8b3bdde1cbda3750c79ca6c4d717d06d9cfb (patch) | |
tree | 7ef24df78fa8b617b20520862abe505581ac614e /math/cgal | |
parent | 264d1f503477ec1a21e8677b0afafb9d11d31858 (diff) | |
download | ports-b0bd8b3bdde1cbda3750c79ca6c4d717d06d9cfb.tar.gz ports-b0bd8b3bdde1cbda3750c79ca6c4d717d06d9cfb.zip |
Notes
Diffstat (limited to 'math/cgal')
-rw-r--r-- | math/cgal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile index eedb3f2d4ac8..6939e2786fde 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs LIB_DEPENDS= libmpfr.so:math/mpfr \ libgmp.so:math/gmp -BROKEN_sparc64: Does not build: fails to compile all_files.cpp +BROKEN_sparc64= Does not build: fails to compile all_files.cpp USE_LDCONFIG= yes USES= cmake shebangfix tar:xz |