Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2018 15:50:17 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457781 - head/irc/weechat
Message-ID:  <201801011550.w01FoHTS013212@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Mon Jan  1 15:50:17 2018
New Revision: 457781
URL: https://svnweb.freebsd.org/changeset/ports/457781

Log:
  irc/weechat: Remove Ruby LIB_DEPENDS
  
   - unwind is a dependency of Ruby
  
  Submitted by:	sunpoet

Modified:
  head/irc/weechat/Makefile

Modified: head/irc/weechat/Makefile
==============================================================================
--- head/irc/weechat/Makefile	Mon Jan  1 15:39:41 2018	(r457780)
+++ head/irc/weechat/Makefile	Mon Jan  1 15:50:17 2018	(r457781)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801011550.w01FoHTS013212>