svn commit: r527193 - head/devel/py-epsilon

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 26 20:46:53 UTC 2020


Author: sunpoet
Date: Wed Feb 26 20:46:50 2020
New Revision: 527193
URL: https://svnweb.freebsd.org/changeset/ports/527193

Log:
  Cosmetic change

Modified:
  head/devel/py-epsilon/Makefile

Modified: head/devel/py-epsilon/Makefile
==============================================================================
--- head/devel/py-epsilon/Makefile	Wed Feb 26 20:46:45 2020	(r527192)
+++ head/devel/py-epsilon/Makefile	Wed Feb 26 20:46:50 2020	(r527193)
@@ -19,11 +19,12 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0.13:secu
 		${PYTHON_PKGNAMEPREFIX}twisted>=13.2.0:devel/py-twisted@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR}
 
-# bin/benchmark
-CONFLICTS_INSTALL=	brlcad
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
-USES=		python
+
+# bin/benchmark
+CONFLICTS_INSTALL=	brlcad
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list