svn commit: r338829 - head/lang/cython

Alberto Villa avilla at FreeBSD.org
Sun Jan 5 23:06:01 UTC 2014


Author: avilla
Date: Sun Jan  5 23:06:00 2014
New Revision: 338829
URL: http://svnweb.freebsd.org/changeset/ports/338829

Log:
  - Add py-setuptools to RUN_DEPENDS.
  
  Reported by:	pkg-fallout
  Approved by:	wen (maintainer) via email

Modified:
  head/lang/cython/Makefile

Modified: head/lang/cython/Makefile
==============================================================================
--- head/lang/cython/Makefile	Sun Jan  5 23:05:13 2014	(r338828)
+++ head/lang/cython/Makefile	Sun Jan  5 23:06:00 2014	(r338829)
@@ -11,6 +11,8 @@ 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_PKGNAME=	Cython


More information about the svn-ports-all mailing list