1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

irc/weechat: Remove Ruby LIB_DEPENDS

- unwind is a dependency of Ruby

Submitted by:	sunpoet
This commit is contained in:
Bernard Spil 2018-01-01 15:50:17 +00:00
parent 7362199f87
commit 34bdaf27f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457781

View File

@ -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