diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-09 02:35:38 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-09 02:35:38 +0800 |
commit | 030d1e7018d3294cea3500072a970d7b051daa33 (patch) | |
tree | 812dd2862b1c6e5e1171801814b99880c1e73207 /lang | |
parent | c762dce0082b05f4f5066a6c7e7f17716cb856c3 (diff) | |
download | freebsd-ports-gnome-030d1e7018d3294cea3500072a970d7b051daa33.tar.gz freebsd-ports-gnome-030d1e7018d3294cea3500072a970d7b051daa33.tar.zst freebsd-ports-gnome-030d1e7018d3294cea3500072a970d7b051daa33.zip |
Do not depend on both py-setuptools and py-setuptoolsXX
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cython/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/cython/Makefile b/lang/cython/Makefile index 252e49eab75a..2a501e9c96c4 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -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 |