Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2016 10:29:20 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426234 - head/math/cgal
Message-ID:  <201611161029.uAGATKDn084483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611161029.uAGATKDn084483>