diff options
Diffstat (limited to 'devel/pyst/Makefile')
-rw-r--r-- | devel/pyst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pyst/Makefile b/devel/pyst/Makefile index fde8c88f60bf..969559477c61 100644 --- a/devel/pyst/Makefile +++ b/devel/pyst/Makefile @@ -12,8 +12,8 @@ COMMENT= Python interface to allow Asterisk programming LICENSE= LGPL21 PSFL LICENSE_COMB= dual -USE_PYTHON= 2 -USE_PYDISTUTILS= yes +USES= python:2 +USE_PYTHON= distutils PORTDOCS= README README.html ChangeLog |