diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:02:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:02:40 +0000 |
commit | 6e41d0027428ddbebfc7b90fe37ae79f1df64db9 (patch) | |
tree | 2ad3efe7e289926671d457e78f5587642550d8c5 | |
parent | 88cb8f1f753cbf5223021ab5d440bc66b176ea85 (diff) |
Notes
-rw-r--r-- | textproc/py-MarkupSafe/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-MarkupSafe/Makefile b/textproc/py-MarkupSafe/Makefile index 27aa2cfee6d1..71912c382ab1 100644 --- a/textproc/py-MarkupSafe/Makefile +++ b/textproc/py-MarkupSafe/Makefile @@ -12,8 +12,7 @@ COMMENT= Implements a XML/HTML/XHTML Markup safe string for Python LICENSE= BSD3CLAUSE -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +PYTHON_FEATURES=autoplist,distutils +USES= python .include <bsd.port.mk> |