diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-13 11:18:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-13 11:18:05 +0000 |
commit | 9c3f8f0630a8159e7c4a2b2c2c46184f875ae290 (patch) | |
tree | ec8e5ad451fdca7c8195462b96dd9079848686b4 /devel | |
parent | 747a80b596fc4c18970499dba5d8b9edeb918329 (diff) | |
download | pkgsrc-9c3f8f0630a8159e7c4a2b2c2c46184f875ae290.tar.gz |
Only allow python25, since py-cairo does not
support 2.4 any longer.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bzr-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bzr-gtk/Makefile b/devel/bzr-gtk/Makefile index b6afdfa8f29..9f3c5534aa8 100644 --- a/devel/bzr-gtk/Makefile +++ b/devel/bzr-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/11/08 02:49:49 epg Exp $ +# $NetBSD: Makefile,v 1.4 2008/11/13 11:18:05 wiz Exp $ DISTNAME= bzr-gtk-${VER} CATEGORIES= devel @@ -15,6 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-cairo>=1.0:../../graphics/py-cairo DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2 PYDISTUTILSPKG= yes +PYTHON_VERSIONS_ACCEPTED= 25 USE_DIRS+= xdg-1.1 USE_TOOLS+= msgfmt |