Restrict python version to 2.x.
PR: ports/160477 Submitter by: sunpoet@
This commit is contained in:
parent
326d65a90f
commit
a240fb318e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281249
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ USE_BZIP2= yes
|
|||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack glib20 ltverhack
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON= -2.7
|
||||
USE_BISON= build
|
||||
USE_GETTEXT= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
|
Loading…
Reference in a new issue