diff options
author | wiz <wiz@pkgsrc.org> | 2019-03-19 15:44:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-03-19 15:44:19 +0000 |
commit | b61294a4257f5d2ff98769124e51fbac73eca404 (patch) | |
tree | e8326bae5c0dc2212e78d52d0cfd91c06f885bcb /net | |
parent | f06f298977e6b76a379a138a6e1a58607e794560 (diff) | |
download | pkgsrc-b61294a4257f5d2ff98769124e51fbac73eca404.tar.gz |
tor: enable zstd compression support.
Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/tor/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index ad57ed5d025..9d7bee55cfa 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.137 2019/02/22 08:47:51 adam Exp $ +# $NetBSD: Makefile,v 1.138 2019/03/19 15:44:19 wiz Exp $ DISTNAME= tor-0.3.5.8 +PKGREVISION= 1 CATEGORIES= net security MASTER_SITES= https://dist.torproject.org/ @@ -11,7 +12,7 @@ LICENSE= modified-bsd USE_LANGUAGES= c99 USE_PKGLOCALEDIR= yes -USE_TOOLS+= perl:test +USE_TOOLS+= perl:test pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} @@ -58,6 +59,7 @@ CHECK_PORTABILITY_SKIP+=contrib/* CFLAGS+= -c99 .endif +.include "../../archivers/zstd/buildlink3.mk" BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0 .include "../../devel/libevent/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" |