pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/wget2 wget2: fix CONFIGURE_ARGS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4650c9da1f8
branches:  trunk
changeset: 383281:e4650c9da1f8
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Aug 17 08:18:24 2022 +0000

description:
wget2: fix CONFIGURE_ARGS

diffstat:

 net/wget2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3b020a0541c5 -r e4650c9da1f8 net/wget2/Makefile
--- a/net/wget2/Makefile        Wed Aug 17 08:17:10 2022 +0000
+++ b/net/wget2/Makefile        Wed Aug 17 08:18:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/08/17 08:17:10 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2022/08/17 08:18:24 tnn Exp $
 
 DISTNAME=      wget2-2.0.0
 PKGREVISION=   2
@@ -17,7 +17,7 @@
 USE_PKGLOCALEDIR=      yes
 
 CONFIGURE_ARGS+=       --disable-doc # Needs pandoc
-CONFIGURE_ARGS+=       --disable-lzip # Needs wip/lzlib
+CONFIGURE_ARGS+=       --without-lzip # Needs wip/lzlib
 
 PKGCONFIG_OVERRIDE+=   libwget.pc.in
 



Home | Main Index | Thread Index | Old Index