diff options
Diffstat (limited to 'devel/py-jsonrpclib/Makefile')
-rw-r--r-- | devel/py-jsonrpclib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-jsonrpclib/Makefile b/devel/py-jsonrpclib/Makefile index cd761a48046c..f488c1ff996d 100644 --- a/devel/py-jsonrpclib/Makefile +++ b/devel/py-jsonrpclib/Makefile @@ -22,7 +22,7 @@ CJSON_DESC= Use cjson instead of json or simplejson .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCJSON} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cjson>0:${PORTSDIR}/devel/py-cjson +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cjson>0:devel/py-cjson .endif .include <bsd.port.mk> |