diff options
Diffstat (limited to 'devel/dulwich/Makefile')
-rw-r--r-- | devel/dulwich/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile index ccc5a41aa4e3..e259792ea9ff 100644 --- a/devel/dulwich/Makefile +++ b/devel/dulwich/Makefile @@ -18,9 +18,8 @@ PORTDOCS= AUTHORS HACKING NEWS README.md file-format.txt \ repo.txt tag.txt PORTEXAMPLES= clone.py config.py diff.py latest_change.py -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist OPTIONS_DEFINE= DOCS EXAMPLES |