diff options
Diffstat (limited to 'textproc/pootle/Makefile')
-rw-r--r-- | textproc/pootle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/pootle/Makefile b/textproc/pootle/Makefile index c29d55ce626c..f23b4a902208 100644 --- a/textproc/pootle/Makefile +++ b/textproc/pootle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pootle -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= textproc MASTER_SITES= SF/translate/Pootle/${PORTVERSION}/ DISTNAME= Pootle-${PORTVERSION} @@ -15,7 +15,7 @@ MAINTAINER= catone@cpan.org COMMENT= Pootle is a user-friendly web portal for simple translation process BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.2:${PORTSDIR}/www/py-django \ - translate-toolkit>=1.8:${PORTSDIR}/textproc/translate-toolkit \ + translate-toolkit>=1.8.1:${PORTSDIR}/textproc/translate-toolkit \ ${PYTHON_PKGNAMEPREFIX}south>=0.7:${PORTSDIR}/databases/py-south RUN_DEPENDS:= ${BUILD_DEPENDS} |