summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-09-02 17:32:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-09-02 17:32:31 +0000
commit269d16f199cafbcda6fb6313897fd500e9df4a15 (patch)
tree701c9251aa211b7c3d0d8f051af3e83b02ec1d8c
parentcecf200f3db8440c420b94ba7055b9b40c536acd (diff)
downloadfreebsd-ports-269d16f199cafbcda6fb6313897fd500e9df4a15.zip
- Fix build for DEFAULT_VERSIONS=python=3.* users
- Use single space after WWW: Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-protobuf/Makefile2
-rw-r--r--devel/py-protobuf/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile
index cbccd569d276..359453b70217 100644
--- a/devel/py-protobuf/Makefile
+++ b/devel/py-protobuf/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS= protoc:${PORTSDIR}/devel/protobuf
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/python
PROJECTHOST= protobuf
-USES= python tar:bzip2
+USES= python:2 tar:bzip2
USE_PYTHON= autoplist distutils
pre-build:
diff --git a/devel/py-protobuf/pkg-descr b/devel/py-protobuf/pkg-descr
index 2fc5c87aef30..dcb31cbe6164 100644
--- a/devel/py-protobuf/pkg-descr
+++ b/devel/py-protobuf/pkg-descr
@@ -2,4 +2,4 @@ Protocol Buffers are a way of encoding structured data in an efficien
yet extensible format. Google uses Protocol Buffers for almost all of
its internal RPC protocols and file formats.
-WWW: http://code.google.com/p/protobuf/
+WWW: http://code.google.com/p/protobuf/