diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-07-23 13:26:09 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-07-23 13:26:09 +0000 |
commit | d6961ff5bc20a90b68bb46dc20219441886c0829 (patch) | |
tree | deaaa0e1543032a145c323a33d8bce0cced0f8aa /math | |
parent | 43e9362f36046d2944e3188c31e1945ead61caf2 (diff) | |
download | ports-d6961ff5bc20a90b68bb46dc20219441886c0829.tar.gz ports-d6961ff5bc20a90b68bb46dc20219441886c0829.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 97f990dd3b5f..7bdbbed14e31 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -110,8 +110,16 @@ TK_CONFIGURE_ON= --with-tk-library=${LOCALBASE}/lib \ TK_USES= tk TK_USE= XORG=x11 +.if !exists(/usr/include/omp.h) +CONFIGURE_ARGS+= --without-openmp +.endif + .include <bsd.port.options.mk> +.if ${PORT_OPTIONS:MOCAML} && empty(PORT_OPTIONS:MGUI) +IGNORE= with OCAML option requies GUI. Please rerun 'make config' and select GUI +.endif + .if ${PORT_OPTIONS:MGUI} USE_JAVA= yes # bsdjava (ie java/jdk16) doesn't have some "extra" classes that aren't in |