Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2014 18:35:38 +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: r347530 - head/lang/cython
Message-ID:  <201403081835.s28IZcEp078058@svn.freebsd.org>

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



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