diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-09-02 17:32:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-09-02 17:32:31 +0000 |
commit | 269d16f199cafbcda6fb6313897fd500e9df4a15 (patch) | |
tree | 701c9251aa211b7c3d0d8f051af3e83b02ec1d8c | |
parent | cecf200f3db8440c420b94ba7055b9b40c536acd (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | devel/py-protobuf/pkg-descr | 2 |
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/ |