aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2009-05-20 03:12:10 +0800
committerlwhsu <lwhsu@FreeBSD.org>2009-05-20 03:12:10 +0800
commitccfaf91287baee56c76e1230cfe8dee401b144a5 (patch)
treed15c6f0bf912912d4aebf7009e518fc192a06b6f
parent983b8c0b48da70f1aab6417bb31fe449b4b23710 (diff)
downloadfreebsd-ports-gnome-ccfaf91287baee56c76e1230cfe8dee401b144a5.tar.gz
freebsd-ports-gnome-ccfaf91287baee56c76e1230cfe8dee401b144a5.tar.zst
freebsd-ports-gnome-ccfaf91287baee56c76e1230cfe8dee401b144a5.zip
- Remove devel/py-setuptools form BUILD_DEPENDS and RUN_DEPEDNS to fix INDEX,
we already have USE_PYDISTUTILS=qeasy_install
-rw-r--r--www/py-pylons/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/py-pylons/Makefile b/www/py-pylons/Makefile
index 88044b3d0bc6..07ce1a30475f 100644
--- a/www/py-pylons/Makefile
+++ b/www/py-pylons/Makefile
@@ -15,9 +15,7 @@ DISTNAME= Pylons-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Pylons Web Framework
-BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
-RUN_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools \
- ${PYTHON_PKGNAMEPREFIX}Paste>=1.3:${PORTSDIR}/www/py-paste \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.3:${PORTSDIR}/www/py-paste \
${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.3:${PORTSDIR}/www/py-pastedeploy \
${PYTHON_PKGNAMEPREFIX}PasteScript>=1.3.2:${PORTSDIR}/www/py-pastescript \
${PYTHON_PKGNAMEPREFIX}beaker>=0.6.3:${PORTSDIR}/www/py-beaker \