aboutsummaryrefslogtreecommitdiff
path: root/devel/py-jsonschema/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-jsonschema/Makefile')
-rw-r--r--devel/py-jsonschema/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-jsonschema/Makefile b/devel/py-jsonschema/Makefile
index a677342fb802..eb124f77a3f9 100644
--- a/devel/py-jsonschema/Makefile
+++ b/devel/py-jsonschema/Makefile
@@ -12,7 +12,7 @@ COMMENT= JSON Schema validation for Python
LICENSE= MIT
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vcversioner>0:${PORTSDIR}/devel/py-vcversioner
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vcversioner>0:devel/py-vcversioner
USES= python
USE_PYTHON= autoplist distutils
@@ -20,7 +20,7 @@ USE_PYTHON= autoplist distutils
.include <bsd.port.pre.mk>
.if ${PYTHON_VER} == "2.7"
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}functools32>0:${PORTSDIR}/devel/py-functools32
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}functools32>0:devel/py-functools32
.endif
.include <bsd.port.post.mk>