diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-16 18:29:20 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-16 18:29:20 +0800 |
commit | 453a881e3587a96137a1e6b315054d39bfd7063a (patch) | |
tree | 7ef24df78fa8b617b20520862abe505581ac614e /math | |
parent | 47e7029bbae71eae4c20cb2c6e8935a7af9730d2 (diff) | |
download | freebsd-ports-gnome-453a881e3587a96137a1e6b315054d39bfd7063a.tar.gz freebsd-ports-gnome-453a881e3587a96137a1e6b315054d39bfd7063a.tar.zst freebsd-ports-gnome-453a881e3587a96137a1e6b315054d39bfd7063a.zip |
Fix typo.
Diffstat (limited to 'math')
-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 |