From 973cdcf6e8c59bb0d94f9151a07a71bb18e0a2be Mon Sep 17 00:00:00 2001 From: thierry Date: Wed, 25 Jan 2006 20:45:27 +0000 Subject: Remove the NO_CDROM lines: they serve no real purpose, and they're causing confusion in FreshPorts. Submitted by: Pedro F. Giffuni --- cad/gmsh/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'cad/gmsh') diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index d547b5ca519a..bb9937421c44 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl \ fltk.1:${PORTSDIR}/x11-toolkits/fltk .if defined(PACKAGE_BUILDING) +#Triangle and Tetgen are NO_CDROM WITHOUT_TRIANGLE= yes WITHOUT_TETGEN= yes .endif @@ -49,14 +50,6 @@ ALL_TARGET= all utils MAN1= gmsh.1 -.if !defined(WITHOUT_TRIANGLE) -NO_CDROM= "Triangle must not be sold for profit" -.endif - -.if !defined(WITHOUT_TETGEN) -NO_CDROM+= "Tetgen must not be sold for profit" -.endif - .include .if ${OSVERSION} < 500000 -- cgit