summaryrefslogtreecommitdiff
path: root/x11/py-gtk2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-11-13 11:17:16 +0000
committerwiz <wiz@pkgsrc.org>2008-11-13 11:17:16 +0000
commit747a80b596fc4c18970499dba5d8b9edeb918329 (patch)
treef53bb4def6373d8f4df9f0304b24fb2064bd541c /x11/py-gtk2
parent4769e822928619df1b802af8c8449ccd7dad7824 (diff)
downloadpkgsrc-747a80b596fc4c18970499dba5d8b9edeb918329.tar.gz
Remove python24 from accepted versions since py-cairo does not
support it any longer.
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 c87e5d38dd9..e47589fb321 100644
--- a/x11/py-gtk2/Makefile
+++ b/x11/py-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2008/10/22 18:47:48 apb Exp $
+# $NetBSD: Makefile,v 1.52 2008/11/13 11:17:26 wiz Exp $
#
DISTNAME= pygtk-2.13.0
@@ -22,7 +22,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
USE_TOOLS+= gmake pkg-config
-PYTHON_VERSIONS_ACCEPTED= 25 24
+PYTHON_VERSIONS_ACCEPTED= 25
BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.15.3