diff options
Diffstat (limited to 'devel/py-anyjson/Makefile')
-rw-r--r-- | devel/py-anyjson/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-anyjson/Makefile b/devel/py-anyjson/Makefile index 6b9e32566a75..b7084aaef0ab 100644 --- a/devel/py-anyjson/Makefile +++ b/devel/py-anyjson/Makefile @@ -13,8 +13,7 @@ COMMENT= JSON library wrapper for Python LICENSE= BSD -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |