diff options
Diffstat (limited to 'devel/bzr-explorer/Makefile')
-rw-r--r-- | devel/bzr-explorer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bzr-explorer/Makefile b/devel/bzr-explorer/Makefile index 4925b76f1aa..49828df0b40 100644 --- a/devel/bzr-explorer/Makefile +++ b/devel/bzr-explorer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:34 adam Exp $ +# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:37 wiz Exp $ DISTNAME= bzr-explorer-${VER} PKGREVISION= 2 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4 USE_TOOLS+= msgfmt -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # qbzr +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # qbzr EGG_NAME= ${DISTNAME:S/bzr-//} |