diff options
author | wiz <wiz> | 2011-02-25 09:47:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-02-25 09:47:18 +0000 |
commit | 86ce9235ada6d1684740c25ac47e095594da7557 (patch) | |
tree | b9ce2c6269b72ed740ad13fce0a5e6992338901f /misc/gaupol | |
parent | bdd173f01d4fab8e2a1411c96a70aaadb99767a8 (diff) | |
download | pkgsrc-86ce9235ada6d1684740c25ac47e095594da7557.tar.gz |
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
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 84edde4aaf2..0b1e1b58d58 100644 --- a/misc/gaupol/Makefile +++ b/misc/gaupol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2010/07/21 11:29:37 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2011/02/25 09:47:25 wiz Exp $ # DISTNAME= gaupol-0.17 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet DEPENDS+= ${PYPKGPREFIX}-enchant>=1.4:../../textproc/py-enchant DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.16:../../x11/py-gtk2 -PYTHON_VERSIONS_ACCEPTED= 26 +PYTHON_VERSIONS_ACCEPTED= 27 26 PYDISTUTILSPKG= yes USE_LANGUAGES= # none USE_TOOLS+= intltool msgfmt |