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 /devel/bzr-gtk | |
parent | 618c898c9f2302efdba50bb2733bfc0d248d7d44 (diff) | |
download | pkgsrc-fb953d57c8c13c14b8885e26a0628dc3135ca99b.tar.gz |
Remove unnecessary python restriction (to all supported versions).
Diffstat (limited to 'devel/bzr-gtk')
-rw-r--r-- | devel/bzr-gtk/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/bzr-gtk/Makefile b/devel/bzr-gtk/Makefile index 674f2598053..fc4f71ef5e0 100644 --- a/devel/bzr-gtk/Makefile +++ b/devel/bzr-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/04/08 21:28:17 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2012/10/04 07:05:53 wiz Exp $ DISTNAME= bzr-gtk-${VER} PKGREVISION= 1 @@ -18,9 +18,6 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2 PYDISTUTILSPKG= yes REPLACE_PYTHON= create-credits.py info.py -# Only these python versions are supported, see: -# http://doc.bazaar.canonical.com/bzr.dev/en/whats-new/whats-new-in-2.4.html -PYTHON_VERSIONS_ACCEPTED= 27 26 USE_TOOLS+= msgfmt |