summaryrefslogtreecommitdiff
path: root/graphics/blender
diff options
context:
space:
mode:
authormarkd <markd>2017-01-19 10:03:00 +0000
committermarkd <markd>2017-01-19 10:03:00 +0000
commit57dc405d633cba64cf36be5125f5b1af39749f8b (patch)
treeae6cfcdd2b0cdf8adaab3741328e74228d88b84e /graphics/blender
parent8e2f3bf36fa5d060f027bcc004926fe8a840076a (diff)
downloadpkgsrc-57dc405d633cba64cf36be5125f5b1af39749f8b.tar.gz
Currently doesn't build with python36 - cann't find python libs
Diffstat (limited to 'graphics/blender')
-rw-r--r--graphics/blender/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index a2964eb078c..8222b3dd452 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2017/01/01 16:06:18 adam Exp $
+# $NetBSD: Makefile,v 1.126 2017/01/19 10:03:00 markd Exp $
DISTNAME= blender-2.77a
PKGREVISION= 3
@@ -29,7 +29,7 @@ CMAKE_OPTS+= -DOPENGL_glu_LIBRARY:STRING=GLU
CXXFLAGS+= -std=c++11
CMAKE_OPTS+= -DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS:Q}
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36
GCC_REQD+= 4.7
DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat