Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2014 18:56:50 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358734 - head/cad/gmsh
Message-ID:  <201406211856.s5LIuoq5037827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sat Jun 21 18:56:50 2014
New Revision: 358734
URL: http://svnweb.freebsd.org/changeset/ports/358734
QAT: https://qat.redports.org/buildarchive/r358734/

Log:
  - Put the NO_CDROM option in the correct place.
  
  Pointed out by:	mat@
  Pointy hat:	stephen@

Modified:
  head/cad/gmsh/Makefile

Modified: head/cad/gmsh/Makefile
==============================================================================
--- head/cad/gmsh/Makefile	Sat Jun 21 18:37:08 2014	(r358733)
+++ head/cad/gmsh/Makefile	Sat Jun 21 18:56:50 2014	(r358734)
@@ -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 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406211856.s5LIuoq5037827>