svn commit: r358731 - head/cad/gmsh

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat Jun 21 18:32:38 UTC 2014


Author: stephen
Date: Sat Jun 21 18:32:37 2014
New Revision: 358731
URL: http://svnweb.freebsd.org/changeset/ports/358731
QAT: https://qat.redports.org/buildarchive/r358731/

Log:
  - Add NO_CDROM if tetgen or metis options are set.

Modified:
  head/cad/gmsh/Makefile

Modified: head/cad/gmsh/Makefile
==============================================================================
--- head/cad/gmsh/Makefile	Sat Jun 21 18:26:55 2014	(r358730)
+++ head/cad/gmsh/Makefile	Sat Jun 21 18:32:37 2014	(r358731)
@@ -57,6 +57,7 @@ CMAKE_ARGS+=	-DINSTALL_DOCS=OFF
 .endif
 
 .if defined(WITHOUT_TETGEN)
+NO_CDROM+=	Do not use for commercial purposes if including Tetgen or Metis
 CMAKE_ARGS+=	-DENABLE_TETGEN=OFF
 .else
 CMAKE_ARGS+=	-DENABLE_TETGEN=ON
@@ -70,6 +71,7 @@ IGNORE=		requires that WITHOUT_METIS is 
 .endif
 
 .if !defined(WITHOUT_METIS)
+NO_CDROM+=	Do not use for commercial purposes if including Tetgen or Metis
 CMAKE_ARGS+=	-DENABLE_METIS=ON
 .if defined(PORT_OPTIONS:MDOCS)
 IGNORE=		the license for Metis requires that its documentation is included


More information about the svn-ports-head mailing list