From a9831324bcb463e7fcfc9829205c930419026d1c Mon Sep 17 00:00:00 2001 From: antoine Date: Sun, 10 Jun 2018 08:08:26 +0000 Subject: Remove bogus dependency on libunwind (brought by ruby on tier-1), those ports should build fine on tier-2 archs With hat: portmgr --- textproc/rubygem-charlock_holmes/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/rubygem-charlock_holmes/Makefile b/textproc/rubygem-charlock_holmes/Makefile index 9732f9c1015e..4208be32243c 100644 --- a/textproc/rubygem-charlock_holmes/Makefile +++ b/textproc/rubygem-charlock_holmes/Makefile @@ -14,8 +14,7 @@ COMMENT= Gems for character encoding detection LICENSE= MIT -LIB_DEPENDS= libicui18n.so:devel/icu \ - libunwind.so:devel/libunwind +LIB_DEPENDS= libicui18n.so:devel/icu USES= gem USE_RUBY= yes -- cgit