diff options
author | sat <sat@FreeBSD.org> | 2008-04-14 19:01:03 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2008-04-14 19:01:03 +0800 |
commit | dcea9ed927b8cb6ea2afa6a30c69a31295e63ff5 (patch) | |
tree | da0e9e42369a65adc8cab7467de42c8a08c913a7 /textproc/docdiff | |
parent | 1ebde9fec190ee1cfb20c970efb86005458e532e (diff) | |
download | freebsd-ports-gnome-dcea9ed927b8cb6ea2afa6a30c69a31295e63ff5.tar.gz freebsd-ports-gnome-dcea9ed927b8cb6ea2afa6a30c69a31295e63ff5.tar.zst freebsd-ports-gnome-dcea9ed927b8cb6ea2afa6a30c69a31295e63ff5.zip |
- Depend on ruby-iconv, too
PR: ports/121489
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Diffstat (limited to 'textproc/docdiff')
-rw-r--r-- | textproc/docdiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/docdiff/Makefile b/textproc/docdiff/Makefile index 37b471f51a3c..cf87a92db713 100644 --- a/textproc/docdiff/Makefile +++ b/textproc/docdiff/Makefile @@ -7,13 +7,15 @@ PORTNAME= docdiff PORTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF MAINTAINER= infofarmer@FreeBSD.org COMMENT= Compare text word by word -RUN_DEPENDS= *ruby*-uconv>=0:${PORTSDIR}/japanese/ruby-uconv +RUN_DEPENDS= *ruby*-uconv>=0:${PORTSDIR}/japanese/ruby-uconv \ + *ruby*-iconv>=0:${PORTSDIR}/converters/ruby-iconv USE_RUBY= yes NO_BUILD= yes |