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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 19 15:35:19 UTC 2017


Author: sunpoet
Date: Fri May 19 15:35:18 2017
New Revision: 441230
URL: https://svnweb.freebsd.org/changeset/ports/441230

Log:
  Use CONFLICTS_INSTALL instead of CONFLICTS

Modified:
  head/devel/py-epsilon/Makefile

Modified: head/devel/py-epsilon/Makefile
==============================================================================
--- head/devel/py-epsilon/Makefile	Fri May 19 15:35:12 2017	(r441229)
+++ head/devel/py-epsilon/Makefile	Fri May 19 15:35:18 2017	(r441230)
@@ -18,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl \
 		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
 
-CONFLICTS=	brlcad-[0-9]*
+CONFLICTS_INSTALL=	brlcad-[0-9]*	# bin/benchmark
 
 NO_ARCH=	yes
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list