diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-11 03:53:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-11 03:53:55 +0800 |
commit | 5657ea6f7343304c9f2c466bd910a42abc473484 (patch) | |
tree | 118bf855e4897cfd62eb8dfd716348cddba8b757 /devel | |
parent | e65170215be9f016f8495adb47d06675aabb0885 (diff) | |
download | freebsd-ports-gnome-5657ea6f7343304c9f2c466bd910a42abc473484.tar.gz freebsd-ports-gnome-5657ea6f7343304c9f2c466bd910a42abc473484.tar.zst freebsd-ports-gnome-5657ea6f7343304c9f2c466bd910a42abc473484.zip |
- Remove USES=tar:bzip2
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-protobuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile index f693a4882c0c..207b364c2f38 100644 --- a/devel/py-protobuf/Makefile +++ b/devel/py-protobuf/Makefile @@ -20,7 +20,7 @@ DO_MAKE_TEST= ${PYTHON_CMD} ${PYDISTUTILS_SETUP} NO_ARCH= yes TEST_TARGET= test USE_PYTHON= autoplist distutils -USES= python tar:bzip2 +USES= python WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/python GH_ACCOUNT= google |