diff options
Diffstat (limited to 'devel/pyst/Makefile')
-rw-r--r-- | devel/pyst/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pyst/Makefile b/devel/pyst/Makefile index d8b9c5f4b7e9..4f9d20cd851f 100644 --- a/devel/pyst/Makefile +++ b/devel/pyst/Makefile @@ -3,6 +3,7 @@ PORTNAME= pyst PORTVERSION= 0.6.50 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= SF/${PORTNAME}/pyst/${PORTVERSION} @@ -12,7 +13,7 @@ COMMENT= Python interface to allow Asterisk programming LICENSE= LGPL21 PSFL LICENSE_COMB= dual -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils NO_ARCH= yes |