diff options
Diffstat (limited to 'devel/py-pytemplate/Makefile')
-rw-r--r-- | devel/py-pytemplate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-pytemplate/Makefile b/devel/py-pytemplate/Makefile index f056f5c298ad..6eb9f0e5664b 100644 --- a/devel/py-pytemplate/Makefile +++ b/devel/py-pytemplate/Makefile @@ -3,7 +3,7 @@ PORTNAME= pytemplate PORTVERSION= 1.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= http://www.bulot.org/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Pytemplate gives python developers a starting framework LICENSE= GPLv3 -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils EXAMPLESDIR= ${PREFIX}/share/examples/py-pytemplate |