summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTong LIU <nemoliu@FreeBSD.org>2010-01-18 01:44:34 +0000
committerTong LIU <nemoliu@FreeBSD.org>2010-01-18 01:44:34 +0000
commit58ee0e8b87efd704930da6904aa136465ab8e123 (patch)
tree2fcffabc7db7f8dcfa3b6ce1997a3af40cb9acbc
parent- Update to 0.5.8 (diff)
- with taucs by default.
PR: ports/142779 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Notes
Notes: svn path=/head/; revision=248056
-rw-r--r--cad/gmsh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile
index 67127d92d92e..d32a3cf01522 100644
--- a/cad/gmsh/Makefile
+++ b/cad/gmsh/Makefile
@@ -79,7 +79,7 @@ CMAKE_ARGS+= -DENABLE_METIS=OFF
PLIST_SUB+= METIS="@comment "
.endif
-.if defined(WITH_TAUCS)
+.if !defined(WITHOUT_TAUCS)
LIB_DEPENDS+= taucs.1:${PORTSDIR}/math/taucs
CMAKE_ARGS+= -DENABLE_TAUCS=ON
.else