summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-01-24 05:09:48 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-01-24 05:09:48 +0000
commit9d8de19218750bb8706343c3b173ed1b4676c33d (patch)
treefa89a75b73956428bc897f157b427c0be996064d /www
parentmail/thunderbird: update to 60.5.0 (diff)
Conditionalize the dependence of libunwind to x86-only to allow building
these ports on !x86. libunwind is only available for x86; lang/ruby* already expresses this correctly. Some of the rubygems did not: for the ones that already had USE_RUBY, the dependency was overspecified in the first place. Tested for no-harm on amd64. While here, pet portlint where appropriate. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=491080
Diffstat (limited to 'www')
-rw-r--r--www/rubygem-passenger/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/rubygem-passenger/Makefile b/www/rubygem-passenger/Makefile
index d51cedd4124b..fe7bfcdf6850 100644
--- a/www/rubygem-passenger/Makefile
+++ b/www/rubygem-passenger/Makefile
@@ -42,7 +42,6 @@ SHEBANG_FILES= src/cxx_supportlib/vendor-copy/libuv/gyp_uv.py
LIB_DEPENDS+= libuv.so:devel/libuv \
libcurl.so:ftp/curl \
- libunwind.so:devel/libunwind \
libapr-1.so:devel/apr1
BUILD_DEPENDS+= rubygem-rack>=0:www/rubygem-rack