diff options
Diffstat (limited to 'devel/py-jsonrpclib/Makefile')
-rw-r--r-- | devel/py-jsonrpclib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/py-jsonrpclib/Makefile b/devel/py-jsonrpclib/Makefile index ed4abc8b0a92..3b96882edf4a 100644 --- a/devel/py-jsonrpclib/Makefile +++ b/devel/py-jsonrpclib/Makefile @@ -20,6 +20,7 @@ OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options OPTIONS_DEFINE= CJSON CJSON_DESC= Use cjson instead of json or simplejson +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCJSON} |