diff options
author | stephen <stephen@FreeBSD.org> | 2014-06-22 02:35:52 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-06-22 02:35:52 +0800 |
commit | 6f8679e0995e2ba965e815e655b4a2dd8c8982f8 (patch) | |
tree | a4e321756f90bc62893ebdc600a8be473707c6e1 /cad/gmsh | |
parent | 9c997f5bee6b10680a2fa4127d9f6aac6eb0f775 (diff) | |
download | freebsd-ports-gnome-6f8679e0995e2ba965e815e655b4a2dd8c8982f8.tar.gz freebsd-ports-gnome-6f8679e0995e2ba965e815e655b4a2dd8c8982f8.tar.zst freebsd-ports-gnome-6f8679e0995e2ba965e815e655b4a2dd8c8982f8.zip |
- Slightly reword the NO_CDROM option.
Diffstat (limited to 'cad/gmsh')
-rw-r--r-- | cad/gmsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index cfbd4462f674..300dcfa710e9 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -57,7 +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 +NO_CDROM+= Contact appropriate authors for commercial purposes if including Tetgen or Metis CMAKE_ARGS+= -DENABLE_TETGEN=OFF .else CMAKE_ARGS+= -DENABLE_TETGEN=ON @@ -71,7 +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 +NO_CDROM+= Contact appropriate authors 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 |