diff options
author | mat <mat@FreeBSD.org> | 2017-09-22 18:48:28 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:34:56 +0800 |
commit | 46a6a08638f7d27e988d77296ee25dc1a41c40a6 (patch) | |
tree | 757a7a154c8b3c484b8d71f92d6f217634a2a206 /irc | |
parent | 8b955ebf2cdaba987df847675afc3e6ae924154c (diff) | |
download | freebsd-ports-gnome-46a6a08638f7d27e988d77296ee25dc1a41c40a6.tar.gz freebsd-ports-gnome-46a6a08638f7d27e988d77296ee25dc1a41c40a6.tar.zst freebsd-ports-gnome-46a6a08638f7d27e988d77296ee25dc1a41c40a6.zip |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Diffstat (limited to 'irc')
-rw-r--r-- | irc/quassel/Makefile | 2 | ||||
-rw-r--r-- | irc/weechat/Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
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 |