svn commit: r347530 - head/lang/cython

Antoine Brodin antoine at FreeBSD.org
Sat Mar 8 18:35:38 UTC 2014


Author: antoine
Date: Sat Mar  8 18:35:38 2014
New Revision: 347530
URL: http://svnweb.freebsd.org/changeset/ports/347530
QAT: https://qat.redports.org/buildarchive/r347530/

Log:
  Do not depend on both py-setuptools and py-setuptoolsXX

Modified:
  head/lang/cython/Makefile

Modified: head/lang/cython/Makefile
==============================================================================
--- head/lang/cython/Makefile	Sat Mar  8 18:26:21 2014	(r347529)
+++ head/lang/cython/Makefile	Sat Mar  8 18:35:38 2014	(r347530)
@@ -12,8 +12,6 @@ DISTNAME=	Cython-${PORTVERSION}
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	Compiler for Writing C Extensions for the Python Language
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pkg_resources.py:${PORTSDIR}/devel/py-setuptools
-
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes


More information about the svn-ports-head mailing list