summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fonts/py-fonttools/Makefile3
-rw-r--r--graphics/py-biggles/Makefile3
-rw-r--r--x11/pygtk/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile
index 970d66055af..2f7e2dd8f26 100644
--- a/fonts/py-fonttools/Makefile
+++ b/fonts/py-fonttools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:39 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2006/06/02 23:38:10 joerg Exp $
#
DISTNAME= fonttools-2.0b1
@@ -14,6 +14,7 @@ COMMENT= Library for manipulating fonts
WRKSRC= ${WRKDIR}/fonttools
PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
.include "../../lang/python/extension.mk"
.include "../../math/py-Numeric/buildlink3.mk"
diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile
index 4d098c5e635..2dff1ad10b7 100644
--- a/graphics/py-biggles/Makefile
+++ b/graphics/py-biggles/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/04/17 13:46:35 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2006/06/02 23:40:09 joerg Exp $
#
DISTNAME= python-biggles-1.6.3
@@ -13,6 +13,7 @@ COMMENT= Python module for creating 2D scientific plots
PYDISTUTILSPKG= yes
PYBINMODULE= yes
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
.include "../../lang/python/extension.mk"
.include "../../math/py-Numeric/buildlink3.mk"
diff --git a/x11/pygtk/Makefile b/x11/pygtk/Makefile
index 93f9d9cc336..4e7cbbd5895 100644
--- a/x11/pygtk/Makefile
+++ b/x11/pygtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/04/17 13:47:00 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2006/06/02 23:39:25 joerg Exp $
#
DISTNAME= pygtk-0.6.11
@@ -16,6 +16,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
USE_TOOLS+= gmake
USE_LIBTOOL= yes
PY_PATCHPLIST= yes
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
.include "../../graphics/imlib/buildlink3.mk"
.include "../../graphics/gdk-pixbuf/buildlink3.mk"