aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-03-11 03:53:55 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-03-11 03:53:55 +0800
commit5657ea6f7343304c9f2c466bd910a42abc473484 (patch)
tree118bf855e4897cfd62eb8dfd716348cddba8b757 /devel
parente65170215be9f016f8495adb47d06675aabb0885 (diff)
downloadfreebsd-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/Makefile2
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