diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2018-01-01 15:50:17 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-01-01 15:50:17 +0000 |
commit | 34bdaf27f1c98e3f7d1f196b24a84e1de80a4053 (patch) | |
tree | 968e6af4d2a6684ad063fb8ed67300afc8033d9c /irc | |
parent | 7362199f87b753f9fb94ef74137bf7f3a4b2b99d (diff) |
irc/weechat: Remove Ruby LIB_DEPENDS
- unwind is a dependency of Ruby
Submitted by: sunpoet
Notes
Notes:
svn path=/head/; revision=457781
Diffstat (limited to 'irc')
-rw-r--r-- | irc/weechat/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index ea2509b64d76..0ca5d0ec9856 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -76,10 +76,6 @@ CMAKE_ARGS+= -DENABLE_PYTHON3:BOOL=true \ -DPYTHON_LIBRARY:FILEPATH=${LOCALBASE}/lib/libpython${PYTHON_VER}m.so .endif -.if !empty(PORT_OPTIONS:MRUBY) && (${ARCH} == "amd64" || ${ARCH} == "i386") -LIB_DEPENDS+= libunwind.so:devel/libunwind -.endif - post-patch: @${REINPLACE_CMD} -e 's|$${LIBDIR}/../pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt |