svn commit: r483381 - head/science/InsightToolkit

Mark Linimon linimon at FreeBSD.org
Mon Oct 29 09:40:57 UTC 2018


Author: linimon
Date: Mon Oct 29 09:40:56 2018
New Revision: 483381
URL: https://svnweb.freebsd.org/changeset/ports/483381

Log:
  Fix typo in previous commit.
  
  PR:		232776
  Submitted by:	Piotr Kubaj
  Pointy hat to:	linimon

Modified:
  head/science/InsightToolkit/Makefile

Modified: head/science/InsightToolkit/Makefile
==============================================================================
--- head/science/InsightToolkit/Makefile	Mon Oct 29 09:30:15 2018	(r483380)
+++ head/science/InsightToolkit/Makefile	Mon Oct 29 09:40:56 2018	(r483381)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libgdcmCommon.so:devel/gdcm \
 		libsz.so:science/szip \
 		libtiff.so:graphics/tiff
 
-USES=		cmake:outsource compiler:11 jpeg
+USES=		cmake:outsource compiler:c11 jpeg
 CMAKE_ARGS+=	-DBUILD_SHARED_LIBS:BOOL=ON \
 		-DITK_USE_KWSTYLE:BOOL=OFF \
 		-DITK_USE_SYSTEM_LIBRARIES:BOOL=ON \


More information about the svn-ports-all mailing list