diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-21 22:54:34 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-21 22:55:12 +0000 |
commit | 1fe058dad791ce7f64f98523ad243eb6c70412a6 (patch) | |
tree | a3c5cce28031df7a7a3e99f7021b9aef12472fc5 /science/cantera/Makefile | |
parent | 178ade8401556a7780f4f3429aec70b3622ea4e9 (diff) |
science/cantera: Add pkg-message when OCTAVE option is enabled.
Diffstat (limited to 'science/cantera/Makefile')
-rw-r--r-- | science/cantera/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/cantera/Makefile b/science/cantera/Makefile index 5039ea17a68d..d0bbc8967f23 100644 --- a/science/cantera/Makefile +++ b/science/cantera/Makefile @@ -50,6 +50,7 @@ OCTAVE_DESC= Octave support OCTAVE_MAKE_ARGS= matlab_toolbox=y matlab_path=${LOCALBASE} OCTAVE_CXXFLAGS= -I${LOCALBASE}/include/octave-6.4.0/octave OCTAVE_LIB_DEPENDS= liboctave.so:math/octave +OCTAVE_SUB_FILES= pkg-message-octave PYTHON_USES= python:3.6+ PYTHON_USE= PYTHON=cython |