svn commit: r453771 - head/devel/py-protobuf

Antoine Brodin antoine at FreeBSD.org
Wed Nov 8 23:01:06 UTC 2017


Author: antoine
Date: Wed Nov  8 23:01:05 2017
New Revision: 453771
URL: https://svnweb.freebsd.org/changeset/ports/453771

Log:
  Fix py3-protobuf
  
  With hat:	portmgr

Modified:
  head/devel/py-protobuf/Makefile

Modified: head/devel/py-protobuf/Makefile
==============================================================================
--- head/devel/py-protobuf/Makefile	Wed Nov  8 22:44:36 2017	(r453770)
+++ head/devel/py-protobuf/Makefile	Wed Nov  8 23:01:05 2017	(r453771)
@@ -21,7 +21,7 @@ DO_MAKE_TEST=	${PYTHON_CMD} ${PYDISTUTILS_SETUP}
 NO_ARCH=	yes
 TEST_TARGET=	test
 USE_PYTHON=	autoplist distutils
-USES=		python
+USES?=		python
 WRKSRC_SUBDIR=	python
 
 GH_ACCOUNT=	google


More information about the svn-ports-all mailing list