diff options
-rw-r--r-- | science/agrum/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/science/agrum/Makefile b/science/agrum/Makefile index cf67bec280a4..a92bb7be2d22 100644 --- a/science/agrum/Makefile +++ b/science/agrum/Makefile @@ -33,9 +33,7 @@ OPENMP_LIB_DEPENDS= libomp.so:devel/openmp PYTHON_CMAKE_BOOL= BUILD_PYTHON PYTHON_USES= python -PYTHON_VARS= PYTHON_VER_MAJ=${PYTHON_VER:R} - -PLIST_SUB+= PYTHON_VER_MAJ=${PYTHON_VER_MAJ} +PYTHON_VARS= PLIST_SUB+="PYTHON_VER_MAJ=${PYTHON_VER:R}" # use clang from ports because cmake can't find OpenMP with base clang, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678 BUILD_DEPENDS+= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} |