diff options
author | wiz <wiz> | 2009-08-06 22:36:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-06 22:36:50 +0000 |
commit | b4c809247746a082983e264232c0339c73f3c31c (patch) | |
tree | f3d1f3528e246e64847aab76f1ac9c37086d1fd5 /misc/gaupol | |
parent | aef955da4b1220bb54b558cdeca94f5761690226 (diff) | |
download | pkgsrc-b4c809247746a082983e264232c0339c73f3c31c.tar.gz |
Allow python26.
Diffstat (limited to 'misc/gaupol')
-rw-r--r-- | misc/gaupol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gaupol/Makefile b/misc/gaupol/Makefile index f21d43a1809..78fbf136fdf 100644 --- a/misc/gaupol/Makefile +++ b/misc/gaupol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:36 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2009/08/06 22:36:50 wiz Exp $ # DISTNAME= gaupol-0.13.1 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.12:../../x11/py-gtk2 -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 26 25 PYDISTUTILSPKG= yes USE_LANGUAGES= # none USE_TOOLS+= intltool msgfmt |