Currently doesn't build with python36 - cann't find python libs
This commit is contained in:
parent
17ba3f9246
commit
b39106e141
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue