py-gtk2 dependency supports only Python 2.3 and 2.4.

This commit is contained in:
joerg 2006-05-27 00:01:57 +00:00
parent 8d866b518e
commit 710565a0c4

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2006/04/17 13:46:35 wiz Exp $
# $NetBSD: Makefile,v 1.3 2006/05/27 00:01:57 joerg Exp $
#
DISTNAME= matplotlib-0.87.2
@ -15,6 +15,8 @@ USE_TOOLS+= pkg-config
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 24 23
.include "../../lang/python/extension.mk"
.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"