pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/wget2 wget2: explicitly depend on zstd, lest it ra...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b020a0541c5
branches: trunk
changeset: 383280:3b020a0541c5
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Aug 17 08:17:10 2022 +0000
description:
wget2: explicitly depend on zstd, lest it randomly get picked up
diffstat:
net/wget2/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 132615c16a01 -r 3b020a0541c5 net/wget2/Makefile
--- a/net/wget2/Makefile Wed Aug 17 07:17:25 2022 +0000
+++ b/net/wget2/Makefile Wed Aug 17 08:17:10 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2021/12/08 16:06:09 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/08/17 08:17:10 tnn Exp $
DISTNAME= wget2-2.0.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
EXTRACT_SUFX= .tar.lz
@@ -17,6 +17,7 @@
USE_PKGLOCALEDIR= yes
CONFIGURE_ARGS+= --disable-doc # Needs pandoc
+CONFIGURE_ARGS+= --disable-lzip # Needs wip/lzlib
PKGCONFIG_OVERRIDE+= libwget.pc.in
@@ -27,6 +28,7 @@
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"
+.include "../../archivers/zstd/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pcre2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index