diff options
Diffstat (limited to 'devel/py-xattr/Makefile')
-rw-r--r-- | devel/py-xattr/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-xattr/Makefile b/devel/py-xattr/Makefile index 410f8074efed..02dfbcce26ff 100644 --- a/devel/py-xattr/Makefile +++ b/devel/py-xattr/Makefile @@ -14,8 +14,7 @@ COMMENT= Python wrapper for extended filesystem attributes LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |