diff options
Diffstat (limited to 'devel/bzr-explorer')
-rw-r--r-- | devel/bzr-explorer/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/bzr-explorer/Makefile b/devel/bzr-explorer/Makefile index 11865f1ca5a..077dd1b7853 100644 --- a/devel/bzr-explorer/Makefile +++ b/devel/bzr-explorer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/05/15 03:50:34 reed Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/04 07:05:53 wiz Exp $ DISTNAME= bzr-explorer-${VER} PKGREVISION= 2 @@ -22,9 +22,6 @@ DEPENDS+= qbzr>=0.11:../../devel/qbzr DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4 PYDISTUTILSPKG= yes -# 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 .include "../../devel/bzr/plugin.mk" .include "../../lang/python/extension.mk" |