summaryrefslogtreecommitdiff
path: root/x11/py-gtk2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-02-25 09:47:18 +0000
committerwiz <wiz@pkgsrc.org>2011-02-25 09:47:18 +0000
commitdf148167909a2ea09151d92ca19966fc53f0d999 (patch)
treeb9ce2c6269b72ed740ad13fce0a5e6992338901f /x11/py-gtk2
parentdb475c9fcdb210502424c9d103785c680346ae13 (diff)
downloadpkgsrc-df148167909a2ea09151d92ca19966fc53f0d999.tar.gz
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'x11/py-gtk2')
-rw-r--r--x11/py-gtk2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile
index fd7ed4d335a..fbea2f1c2df 100644
--- a/x11/py-gtk2/Makefile
+++ b/x11/py-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2011/01/13 13:36:41 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2011/02/25 09:47:31 wiz Exp $
#
DISTNAME= pygtk-2.22.0
@@ -24,7 +24,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
USE_TOOLS+= gmake pkg-config
-PYTHON_VERSIONS_ACCEPTED= 26 25
+PYTHON_VERSIONS_ACCEPTED= 27 26 25
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"