diff options
author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2017-01-12 19:00:06 +0000 |
---|---|---|
committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2017-01-12 19:00:06 +0000 |
commit | 78fa5c75942f90532f33fb1fb1cbfad20235c05c (patch) | |
tree | 4c928d778cf751a566a70c1933c45dd9af57bab7 | |
parent | lang/jruby: update to 9.1.7.0 (diff) |
textprox/rubygem-terminal-table: Add unicode-display_width to RUN_DEPENDS
Bump PORTREVISION to 1.
Approved by: antoine (mentor)
Differential Revision: https://reviews.freebsd.org/D9155
Notes
Notes:
svn path=/head/; revision=431294
-rw-r--r-- | textproc/rubygem-terminal-table/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/rubygem-terminal-table/Makefile b/textproc/rubygem-terminal-table/Makefile index dbd0e3e2f689..3401eeb4ab62 100644 --- a/textproc/rubygem-terminal-table/Makefile +++ b/textproc/rubygem-terminal-table/Makefile @@ -3,6 +3,7 @@ PORTNAME= terminal-table PORTVERSION= 1.7.3 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -11,6 +12,8 @@ COMMENT= Simple, feature rich ASCII table generation library LICENSE= MIT +RUN_DEPENDS= rubygem-unicode-display_width>=1.1.1:devel/rubygem-unicode-display_width + NO_ARCH= yes USE_RUBY= yes USES= gem |