aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2015-12-18 16:16:57 +0800
committermva <mva@FreeBSD.org>2015-12-18 16:16:57 +0800
commitee42bd3ca3aa5a9801aa48e532edcb367870dfaa (patch)
tree418f5aca90766e59fc656e41eb58aa4ff248ec9d /graphics
parent87f377a9984e6bf8fc040afa6492c53613745457 (diff)
downloadfreebsd-ports-gnome-ee42bd3ca3aa5a9801aa48e532edcb367870dfaa.tar.gz
freebsd-ports-gnome-ee42bd3ca3aa5a9801aa48e532edcb367870dfaa.tar.zst
freebsd-ports-gnome-ee42bd3ca3aa5a9801aa48e532edcb367870dfaa.zip
- Make sure that OpenMP support is properly enabled
Reported by: pkg-fallout
Diffstat (limited to 'graphics')
-rw-r--r--graphics/opensubdiv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/opensubdiv/Makefile b/graphics/opensubdiv/Makefile
index d31d2d731b3d..3998c76a72eb 100644
--- a/graphics/opensubdiv/Makefile
+++ b/graphics/opensubdiv/Makefile
@@ -2,6 +2,7 @@
PORTNAME= opensubdiv
PORTVERSION= 3.0.3
+PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= mva@FreeBSD.org
@@ -24,8 +25,7 @@ USE_XORG= x11 xi xcursor xrandr xxf86vm xinerama
CMAKE_ARGS+= -DNO_TUTORIALS:BOOL=ON -DNO_EXAMPLES:BOOL=ON \
-DNO_REGRESSION:BOOL=ON -DNO_PTEX:BOOL=ON -DNO_CUDA:BOOL=ON \
- -DNO_OPENCL:BOOL=ON -DNO_MAYA:BOOL=ON -DNO_OMP:BOOL=ON \
- -DNO_TBB:BOOL=ON
+ -DNO_OPENCL:BOOL=ON -DNO_MAYA:BOOL=ON -DNO_TBB:BOOL=ON
OPTIONS_DEFINE= DOCS