diff options
author | wiz <wiz@pkgsrc.org> | 2021-02-20 09:08:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-02-20 09:08:58 +0000 |
commit | 054f34aeb7180f567d7ea477a3ce92af974f7fc3 (patch) | |
tree | 110e92253f367a726e599586548a91f444602363 | |
parent | 82fa7a7b837f8cacfc5af5325839ebc01ae55f13 (diff) | |
download | pkgsrc-054f34aeb7180f567d7ea477a3ce92af974f7fc3.tar.gz |
tor: switch to xz for liblzma
Bump PKGREVISION.
-rw-r--r-- | net/tor/Makefile | 4 | ||||
-rw-r--r-- | net/tor/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index b68d6c536ec..da4a97702d3 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.161 2021/02/17 22:53:52 wiz Exp $ +# $NetBSD: Makefile,v 1.162 2021/02/20 09:08:58 wiz Exp $ DISTNAME= tor-0.4.5.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net security MASTER_SITES= https://dist.torproject.org/ diff --git a/net/tor/options.mk b/net/tor/options.mk index 56d2dc1ce4d..955b36d13a9 100644 --- a/net/tor/options.mk +++ b/net/tor/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.17 2021/02/17 22:53:52 wiz Exp $ +# $NetBSD: options.mk,v 1.18 2021/02/20 09:08:58 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tor PKG_SUPPORTED_OPTIONS= doc lzma nss zstd # rust @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --disable-rust .if !empty(PKG_OPTIONS:Mlzma) CONFIGURE_ARGS+= --enable-lzma -.include "../../archivers/lzmalib/buildlink3.mk" +.include "../../archivers/xz/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-lzma .endif |