aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2015-07-23 13:26:09 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2015-07-23 13:26:09 +0000
commitd6961ff5bc20a90b68bb46dc20219441886c0829 (patch)
treedeaaa0e1543032a145c323a33d8bce0cced0f8aa /math
parent43e9362f36046d2944e3188c31e1945ead61caf2 (diff)
downloadports-d6961ff5bc20a90b68bb46dc20219441886c0829.tar.gz
ports-d6961ff5bc20a90b68bb46dc20219441886c0829.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/scilab/Makefile8
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