diff options
Diffstat (limited to 'devel/bzr/Makefile')
-rw-r--r-- | devel/bzr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index ca558a6aa6de..f65c0fbbd80a 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -3,7 +3,7 @@ PORTNAME= bzr PORTVERSION= 2.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= CHEESESHOP @@ -20,7 +20,7 @@ CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root USE_PYTHON= distutils cython PYDISTUTILS_PKGNAME= bzr -USES= gettext python:2 +USES= gettext python:2.7 MAKE_ENV= BZR_LOG=/dev/null post-install: |