From 46a6a08638f7d27e988d77296ee25dc1a41c40a6 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 22 Sep 2017 10:48:28 +0000 Subject: Remove USES=execinfo. PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 --- irc/quassel/Makefile | 2 +- irc/weechat/Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'irc') diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index 3dd9e643b4db..00c1a8c74cea 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -13,7 +13,7 @@ COMMENT?= Qt 5 based distributed IRC client (client and monolithic binary) LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:outsource compiler:c++11-lib cpe execinfo pkgconfig tar:bzip2 +USES= cmake:outsource compiler:c++11-lib cpe pkgconfig tar:bzip2 CPE_VENDOR= quassel-irc CPE_PRODUCT= quassel_irc diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index a5eb588d187e..1721df3f6b0c 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -46,7 +46,6 @@ ASPELL_CMAKE_BOOLL= ENABLE_ASPELL ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell BACKTRACE_CMAKE_BOOL= ENABLE_BACKTRACE -BACKTRACE_USES= execinfo CA_BUNDLE_CMAKE_ON= -DCA_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -- cgit