diff options
Diffstat (limited to 'devel/py-bitarray/Makefile')
-rw-r--r-- | devel/py-bitarray/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-bitarray/Makefile b/devel/py-bitarray/Makefile index 3b143d7a0057..961003df4f04 100644 --- a/devel/py-bitarray/Makefile +++ b/devel/py-bitarray/Makefile @@ -13,9 +13,8 @@ COMMENT= Efficient arrays of booleans LICENSE= PSFL -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} |