diff options
Diffstat (limited to 'www/trac-pydotorgtheme/Makefile')
-rw-r--r-- | www/trac-pydotorgtheme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/trac-pydotorgtheme/Makefile b/www/trac-pydotorgtheme/Makefile index 6605ce7feada..50257ceb2d60 100644 --- a/www/trac-pydotorgtheme/Makefile +++ b/www/trac-pydotorgtheme/Makefile @@ -2,7 +2,7 @@ PORTNAME= pydotorgtheme PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www devel python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -13,7 +13,7 @@ COMMENT= Theme that emulates the look of python.org RUN_DEPENDS= tracd:www/trac \ trac-themeengine>=2.0:www/trac-themeengine -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} |