summaryrefslogtreecommitdiff
path: root/devel/py-pytest-django/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pytest-django/Makefile')
-rw-r--r--devel/py-pytest-django/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/py-pytest-django/Makefile b/devel/py-pytest-django/Makefile
index 70b6476482be..7109012d8225 100644
--- a/devel/py-pytest-django/Makefile
+++ b/devel/py-pytest-django/Makefile
@@ -10,14 +10,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tj@FreeBSD.org
COMMENT= Django plugin for py.test
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 \
- ${PYTHON_PKGNAMEPREFIX}django-configurations>=0:${PORTSDIR}/www/py-django-configurations \
- ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0:${PORTSDIR}/devel/py-pytest-xdist \
- ${PYTHON_PKGNAMEPREFIX}tox>=0:${PORTSDIR}/devel/py-tox \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:${PORTSDIR}/devel/py-wheel \
- ${PYTHON_PKGNAMEPREFIX}twine>=0:${PORTSDIR}/devel/py-twine \
- ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:${PORTSDIR}/devel/py-setuptools_scm \
- ${PYTHON_PKGNAMEPREFIX}south>=0:${PORTSDIR}/databases/py-south
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18 \
+ ${PYTHON_PKGNAMEPREFIX}django-configurations>=0:www/py-django-configurations \
+ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0:devel/py-pytest-xdist \
+ ${PYTHON_PKGNAMEPREFIX}tox>=0:devel/py-tox \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel \
+ ${PYTHON_PKGNAMEPREFIX}twine>=0:devel/py-twine \
+ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm \
+ ${PYTHON_PKGNAMEPREFIX}south>=0:databases/py-south
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= python