diff options
Diffstat (limited to 'cad/gmsh/Makefile')
-rw-r--r-- | cad/gmsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 1a3bc827c3ae..1f890e0afd53 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -110,7 +110,7 @@ CMAKE_ARGS+= -DENABLE_GMM=OFF .if defined(WITH_OCC) LIB_DEPENDS+= TKernel:${PORTSDIR}/cad/opencascade -CMAKE_ARGS+= -DENABLE_OCC=ON +CMAKE_ARGS+= -DENABLE_OCC=ON -DOCC_INC=${LOCALBASE}/include/OpenCASCADE CONFLICTS= gmsh-2.* .else CMAKE_ARGS+= -DENABLE_OCC=OFF |