- Limit python version (does not build with 3.7+)
Approved by: portmgr blanket
This commit is contained in:
parent
87d93667ce
commit
c903054c8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517286
@ -12,7 +12,7 @@ COMMENT= Python bindings for low-level FUSE API
|
||||
|
||||
LICENSE= LGPL20+
|
||||
|
||||
USES= compiler:c++11-lang fuse pkgconfig python tar:bz2
|
||||
USES= compiler:c++11-lang fuse pkgconfig python:-3.6 tar:bz2
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user