diff options
author | stephen <stephen@FreeBSD.org> | 2014-06-22 02:56:50 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-06-22 02:56:50 +0800 |
commit | 65b1e1732c25b705c878535c85139ec2ac4186ed (patch) | |
tree | 48aa63c512014f4b7ccd006ab3132b83337517e9 /cad | |
parent | f5ef6310e4cbb10825c04044cb97ad434222f522 (diff) | |
download | freebsd-ports-gnome-65b1e1732c25b705c878535c85139ec2ac4186ed.tar.gz freebsd-ports-gnome-65b1e1732c25b705c878535c85139ec2ac4186ed.tar.zst freebsd-ports-gnome-65b1e1732c25b705c878535c85139ec2ac4186ed.zip |
- Put the NO_CDROM option in the correct place.
Pointed out by: mat@
Pointy hat: stephen@
Diffstat (limited to 'cad')
-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 300dcfa710e9..81d9a0d9f382 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -57,9 +57,9 @@ CMAKE_ARGS+= -DINSTALL_DOCS=OFF .endif .if defined(WITHOUT_TETGEN) -NO_CDROM+= Contact appropriate authors for commercial purposes if including Tetgen or Metis CMAKE_ARGS+= -DENABLE_TETGEN=OFF .else +NO_CDROM= Contact appropriate authors for commercial purposes if including Tetgen or Metis CMAKE_ARGS+= -DENABLE_TETGEN=ON .endif @@ -71,7 +71,7 @@ IGNORE= requires that WITHOUT_METIS is not set if WITH_TAUCS is set .endif .if !defined(WITHOUT_METIS) -NO_CDROM+= Contact appropriate authors 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 |