1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- Slightly reword the NO_CDROM option.

This commit is contained in:
Stephen Montgomery-Smith 2014-06-21 18:35:52 +00:00
parent 34e6154c89
commit ae54340702
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358732

View File

@ -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