diff options
author | antoine <antoine@FreeBSD.org> | 2018-06-10 16:08:26 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-06-10 16:08:26 +0800 |
commit | a9831324bcb463e7fcfc9829205c930419026d1c (patch) | |
tree | 478c86cd2d137300d5e9e9b8d3d56a416af47a5e /textproc | |
parent | 963c599626a9703075fc8740a8d252f1d0cd7b69 (diff) | |
download | freebsd-ports-gnome-a9831324bcb463e7fcfc9829205c930419026d1c.tar.gz freebsd-ports-gnome-a9831324bcb463e7fcfc9829205c930419026d1c.tar.zst freebsd-ports-gnome-a9831324bcb463e7fcfc9829205c930419026d1c.zip |
Remove bogus dependency on libunwind (brought by ruby on tier-1), those ports
should build fine on tier-2 archs
With hat: portmgr
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-charlock_holmes/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |