summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-06-19 07:47:33 +0000
committertaca <taca@pkgsrc.org>2021-06-19 07:47:33 +0000
commitf2693a85854fe94a769d8af24c7e9a2a921651a8 (patch)
treea762fb090ca72c6133d3326bd3811dcdbee9bf4d
parent777b068b95d46d2de229d3688bd4d1c0c9b1488d (diff)
downloadpkgsrc-f2693a85854fe94a769d8af24c7e9a2a921651a8.tar.gz
textproc/ruby-terminal-table: relax dependency
Relax dependency to ruby-unicode-display_width and it fixes runtime problem of www/ruby-jekyll. (Noted by wiz@ via private e-mail.) Bump PKGREVISION.
-rw-r--r--textproc/ruby-terminal-table/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ruby-terminal-table/Makefile b/textproc/ruby-terminal-table/Makefile
index 2fa1edf2517..181e87ae927 100644
--- a/textproc/ruby-terminal-table/Makefile
+++ b/textproc/ruby-terminal-table/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/01/18 14:52:59 taca Exp $
+# $NetBSD: Makefile,v 1.4 2021/06/19 07:47:33 taca Exp $
DISTNAME= terminal-table-2.0.0
+PKGREVISION= 1
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -12,5 +13,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-unicode-display_width>=1:../../textproc/ruby-unicode
USE_LANGUAGES= # none
+OVERRIDE_GEMSPEC+= unicode-display_width>=1
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"