Python 2.4 is not support by py-gtk2.
This commit is contained in:
parent
c305b7e981
commit
20355cd4f2
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/03/03 12:07:40 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/03/23 15:40:23 joerg Exp $
|
||||
#
|
||||
|
||||
.include "../../x11/vte/Makefile.common"
|
||||
|
@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --enable-python
|
|||
CONFIGURE_ARGS+= --disable-freetype-test
|
||||
CONFIGURE_ARGS+= --enable-Bsymbolic=auto
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 27 26 25
|
||||
|
||||
BUILD_DIRS= python
|
||||
|
||||
pre-build:
|
||||
|
|
Loading…
Reference in a new issue