summaryrefslogtreecommitdiff
path: root/cad/gmsh
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2014-06-21 18:32:37 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2014-06-21 18:32:37 +0000
commit34e6154c896033e20aeb318fc5ebfda6caedfce5 (patch)
tree93a6476814c54e6576881317fb55fd95bbc16ba0 /cad/gmsh
parentwww/zend-framework1: update to 1.12.7 (diff)
- Add NO_CDROM if tetgen or metis options are set.
Notes
Notes: svn path=/head/; revision=358731
Diffstat (limited to 'cad/gmsh')
-rw-r--r--cad/gmsh/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile
index 67e9ac170a0e..cfbd4462f674 100644
--- a/cad/gmsh/Makefile
+++ b/cad/gmsh/Makefile
@@ -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 not set if WITH_TAUCS is set
.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