pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/zziplib



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Apr 20 06:14:03 UTC 2025

Modified Files:
        pkgsrc/archivers/zziplib: Makefile

Log Message:
zziplib: needs pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/archivers/zziplib/Makefile

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

Modified files:

Index: pkgsrc/archivers/zziplib/Makefile
diff -u pkgsrc/archivers/zziplib/Makefile:1.43 pkgsrc/archivers/zziplib/Makefile:1.44
--- pkgsrc/archivers/zziplib/Makefile:1.43      Sat Apr 19 16:00:38 2025
+++ pkgsrc/archivers/zziplib/Makefile   Sun Apr 20 06:14:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2025/04/19 16:00:38 adam Exp $
+# $NetBSD: Makefile,v 1.44 2025/04/20 06:14:03 adam Exp $
 
 DISTNAME=      zziplib-0.13.79
 CATEGORIES=    archivers
@@ -12,7 +12,7 @@ LICENSE=      gnu-lgpl-v2 OR mpl-1.1
 
 TOOL_DEPENDS+= zip-[0-9]*:../../archivers/zip
 
-USE_TOOLS+=    bash:build
+USE_TOOLS+=    bash:build pkg-config
 
 CMAKE_CONFIGURE_ARGS+= -DZZIPTEST=NO
 



Home | Main Index | Thread Index | Old Index