svn commit: r426234 - head/math/cgal

Mark Linimon linimon at FreeBSD.org
Wed Nov 16 10:29:21 UTC 2016


Author: linimon
Date: Wed Nov 16 10:29:20 2016
New Revision: 426234
URL: https://svnweb.freebsd.org/changeset/ports/426234

Log:
  Fix typo.

Modified:
  head/math/cgal/Makefile

Modified: head/math/cgal/Makefile
==============================================================================
--- head/math/cgal/Makefile	Wed Nov 16 10:26:44 2016	(r426233)
+++ head/math/cgal/Makefile	Wed Nov 16 10:29:20 2016	(r426234)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${LOCALBASE}/include/boost/
 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


More information about the svn-ports-all mailing list