aboutsummaryrefslogtreecommitdiff
path: root/graphics/openshadinglanguage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/openshadinglanguage/Makefile')
-rw-r--r--graphics/openshadinglanguage/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile
index e3a36ac3e3be..884a4ac4d07f 100644
--- a/graphics/openshadinglanguage/Makefile
+++ b/graphics/openshadinglanguage/Makefile
@@ -26,14 +26,11 @@ GH_COMMIT= d722707
WRKSRC= ${WRKDIR}/imageworks-OpenShadingLanguage-${GH_COMMIT}/src
-USE_CMAKE= yes
-CMAKE_VERBOSE= yes
-CMAKE_OUTSOURCE= yes
CMAKE_ARGS= -DFLEX_EXECUTABLE:STRING=${LOCALBASE}/bin/flex \
-DUSE_TBB:BOOL=OFF
CXXFLAGS+= -I${LOCALBASE}/include/flex
USE_LDCONFIG= yes
-USES= bison
+USES= bison cmake:outsource
MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>