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>
This commit is contained in:
parent
12acad74b9
commit
8e8e7dde83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154448
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue