aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-12-07 04:32:55 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-12-07 04:32:55 +0800
commit78e8353c12844483fd6e2c4d7689efd44ed5308b (patch)
tree23cfc54720127b9b7bc1d9b6a77dcd555a8c6d8f /cad
parent9abfafb6065d8b282fe09ff31858f007f5aeeb30 (diff)
downloadfreebsd-ports-gnome-78e8353c12844483fd6e2c4d7689efd44ed5308b.tar.gz
freebsd-ports-gnome-78e8353c12844483fd6e2c4d7689efd44ed5308b.tar.zst
freebsd-ports-gnome-78e8353c12844483fd6e2c4d7689efd44ed5308b.zip
Use opt_USE instead of opt_VARS for USE_foo knob
Diffstat (limited to 'cad')
-rw-r--r--cad/gmsh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile
index f6c9031318ec..9139b44b6dc7 100644
--- a/cad/gmsh/Makefile
+++ b/cad/gmsh/Makefile
@@ -56,7 +56,7 @@ OCC_LIB_DEPENDS= libopenblas.so:math/openblas libTKernel.so:cad/opencascade
OCC_USES= gnome
OCC_USE= gnome=cairo
SHARED_CMAKE_BOOL= ENABLE_BUILD_SHARED
-SHARED_VARS= USE_LDCONFIG=yes
+SHARED_USE= LDCONFIG=yes
STATIC_CMAKE_BOOL= ENABLE_BUILD_LIB
post-patch: