diff options
author | thierry <thierry@FreeBSD.org> | 2006-01-26 04:45:27 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-01-26 04:45:27 +0800 |
commit | 973cdcf6e8c59bb0d94f9151a07a71bb18e0a2be (patch) | |
tree | 69160d5664350fef3ff996f27ba69deabeda9aaf /cad/gmsh | |
parent | a7d8b07d33b6bc603c532df940708ea2ece3fd1b (diff) | |
download | freebsd-ports-gnome-973cdcf6e8c59bb0d94f9151a07a71bb18e0a2be.tar.gz freebsd-ports-gnome-973cdcf6e8c59bb0d94f9151a07a71bb18e0a2be.tar.zst freebsd-ports-gnome-973cdcf6e8c59bb0d94f9151a07a71bb18e0a2be.zip |
Remove the NO_CDROM lines: they serve no real purpose, and they're
causing confusion in FreshPorts.
Submitted by: Pedro F. Giffuni <giffunip (at) yahoo.com>
Diffstat (limited to 'cad/gmsh')
-rw-r--r-- | cad/gmsh/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
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 <bsd.port.pre.mk> .if ${OSVERSION} < 500000 |