Remove python24 from accepted versions since x11/py-gtk2 doesn't support it

any more.
This commit is contained in:
hasso 2008-11-14 23:33:56 +00:00
parent 3f40ca0810
commit 6595c86fc6
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2008/04/25 20:39:09 joerg Exp $
# $NetBSD: Makefile,v 1.6 2008/11/14 23:33:56 hasso Exp $
#
DISTNAME= pygtkglext-1.1.0
@ -18,7 +18,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 25 24
PYTHON_VERSIONS_ACCEPTED= 25
PKGCONFIG_OVERRIDE+= pygtkglext.pc.in

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:32 joerg Exp $
# $NetBSD: Makefile,v 1.9 2008/11/14 23:43:16 hasso Exp $
#
DISTNAME= matplotlib-0.87.2
@ -18,7 +18,7 @@ PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
USE_LANGUAGES= c c++
PYTHON_VERSIONS_ACCEPTED= 25 24
PYTHON_VERSIONS_ACCEPTED= 25
.include "../../lang/python/extension.mk"
.include "../../graphics/py-matplotlib/buildlink3.mk"