diff options
Diffstat (limited to 'devel/py-hghooks/Makefile')
-rw-r--r-- | devel/py-hghooks/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-hghooks/Makefile b/devel/py-hghooks/Makefile index 0e297f15ac6b..8cae11c37eae 100644 --- a/devel/py-hghooks/Makefile +++ b/devel/py-hghooks/Makefile @@ -13,8 +13,7 @@ COMMENT= Set of Mercurial hooks LICENSE= LGPL3 -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |