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 /security | |
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 'security')
-rw-r--r-- | security/rubygem-timfel-krb5/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/rubygem-timfel-krb5/Makefile b/security/rubygem-timfel-krb5/Makefile index 0ffd7ddc61cf..317deb0e5974 100644 --- a/security/rubygem-timfel-krb5/Makefile +++ b/security/rubygem-timfel-krb5/Makefile @@ -10,7 +10,6 @@ COMMENT= KRB5 for Ruby BUILD_DEPENDS= krb5>0:security/krb5 RUN_DEPENDS= krb5>0:security/krb5 -LIB_DEPENDS= libunwind.so:devel/libunwind USE_RUBY= yes USES= gem |