summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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