diff options
author | wiz <wiz> | 2012-10-04 07:05:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-10-04 07:05:53 +0000 |
commit | fb953d57c8c13c14b8885e26a0628dc3135ca99b (patch) | |
tree | 72733f67353cd21ce23274fee05f1a3de1d665cf /misc/gaupol/Makefile | |
parent | 618c898c9f2302efdba50bb2733bfc0d248d7d44 (diff) | |
download | pkgsrc-fb953d57c8c13c14b8885e26a0628dc3135ca99b.tar.gz |
Remove unnecessary python restriction (to all supported versions).
Diffstat (limited to 'misc/gaupol/Makefile')
-rw-r--r-- | misc/gaupol/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/gaupol/Makefile b/misc/gaupol/Makefile index 4c121c67619..a0fbe502b8d 100644 --- a/misc/gaupol/Makefile +++ b/misc/gaupol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/03/15 11:53:30 obache Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/04 07:08:07 wiz Exp $ # DISTNAME= gaupol-0.19.2 @@ -16,7 +16,6 @@ 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= 27 26 PYDISTUTILSPKG= yes USE_LANGUAGES= # none USE_TOOLS+= intltool msgfmt |