diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/py-jsonschema/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'devel/py-jsonschema/Makefile')
-rw-r--r-- | devel/py-jsonschema/Makefile | 4 |
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> |