diff options
author | rene <rene@FreeBSD.org> | 2017-06-08 21:30:18 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-06-08 21:30:18 +0800 |
commit | 9bd1dcbfe61397db7a021923dbd7cbda9a8ab480 (patch) | |
tree | f676692cb04d5a651a24e8022b1cdd985402150b /textproc | |
parent | 2933113c55eb3ae229c642f2da6ea491c29f757b (diff) | |
download | freebsd-ports-gnome-9bd1dcbfe61397db7a021923dbd7cbda9a8ab480.tar.gz freebsd-ports-gnome-9bd1dcbfe61397db7a021923dbd7cbda9a8ab480.tar.zst freebsd-ports-gnome-9bd1dcbfe61397db7a021923dbd7cbda9a8ab480.zip |
Chase www/py-utidylib move
Diffstat (limited to 'textproc')
-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) |