Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Nov 2017 23:01:05 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453771 - head/devel/py-protobuf
Message-ID:  <201711082301.vA8N15cU020017@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711082301.vA8N15cU020017>