diff options
Diffstat (limited to 'textproc/translate-toolkit/Makefile')
-rw-r--r-- | textproc/translate-toolkit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/translate-toolkit/Makefile b/textproc/translate-toolkit/Makefile index b280376c6af7..8a09b7676e4f 100644 --- a/textproc/translate-toolkit/Makefile +++ b/textproc/translate-toolkit/Makefile @@ -3,6 +3,7 @@ PORTNAME= translate-toolkit PORTVERSION= 2.0.0b7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= CHEESESHOP @@ -20,7 +21,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml \ iso-codes>=1.3:misc/iso-codes \ bash:shells/bash \ - ${PYTHON_PKGNAMEPREFIX}utidy>=0:www/py-utidy + ${PYTHON_PKGNAMEPREFIX}utidylib>=0:www/py-utidylib RUN_DEPENDS:= ${BUILD_DEPENDS} # Can use psyco (on i386) |