pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/wget2



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Aug 17 08:18:24 UTC 2022

Modified Files:
        pkgsrc/net/wget2: Makefile

Log Message:
wget2: fix CONFIGURE_ARGS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/wget2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/wget2/Makefile
diff -u pkgsrc/net/wget2/Makefile:1.3 pkgsrc/net/wget2/Makefile:1.4
--- pkgsrc/net/wget2/Makefile:1.3       Wed Aug 17 08:17:10 2022
+++ pkgsrc/net/wget2/Makefile   Wed Aug 17 08:18:24 2022
@@ -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_TOOLS+=           gmake pkg-config
 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