diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2018-01-24 08:55:09 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2018-01-24 08:55:09 +0800 |
commit | c32c3368c298aeacb049e595281fcc7ff5494bb8 (patch) | |
tree | 1017a4993dcbb1bca96013c09c58e73a33cb5988 | |
parent | 4e0d4fea6084afbb9ed57ca9145b44e81982a464 (diff) | |
download | freebsd-ports-gnome-c32c3368c298aeacb049e595281fcc7ff5494bb8.tar.gz freebsd-ports-gnome-c32c3368c298aeacb049e595281fcc7ff5494bb8.tar.zst freebsd-ports-gnome-c32c3368c298aeacb049e595281fcc7ff5494bb8.zip |
This apparently links libunwind directly.
-rw-r--r-- | security/rubygem-timfel-krb5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/rubygem-timfel-krb5/Makefile b/security/rubygem-timfel-krb5/Makefile index 317deb0e5974..0ffd7ddc61cf 100644 --- a/security/rubygem-timfel-krb5/Makefile +++ b/security/rubygem-timfel-krb5/Makefile @@ -10,6 +10,7 @@ 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 |