pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gdal-lib



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jun 13 16:55:39 UTC 2024

Modified Files:
        pkgsrc/geography/gdal-lib: Makefile

Log Message:
gdal-lib: Requires libarchive.


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 pkgsrc/geography/gdal-lib/Makefile

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

Modified files:

Index: pkgsrc/geography/gdal-lib/Makefile
diff -u pkgsrc/geography/gdal-lib/Makefile:1.170 pkgsrc/geography/gdal-lib/Makefile:1.171
--- pkgsrc/geography/gdal-lib/Makefile:1.170    Fri Jun  7 14:00:20 2024
+++ pkgsrc/geography/gdal-lib/Makefile  Thu Jun 13 16:55:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.170 2024/06/07 14:00:20 gdt Exp $
+# $NetBSD: Makefile,v 1.171 2024/06/13 16:55:39 jperkin Exp $
 
 PKGREVISION= 2
 .include "../../geography/gdal-lib/Makefile.common"
@@ -94,6 +94,7 @@ INSTALLATION_DIRS=    bin include lib ${PKG
 # \todo Enable zstd
 # .include "../../archivers/zstd/buildlink3.mk"
 
+.include "../../archivers/libarchive/buildlink3.mk"
 # Avoid NetBSD base sqlite3, which is deficient because it lacks rtree.
 # \todo Enhance pkgsrc to be able to declare that modules are needed.
 #BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.36.0



Home | Main Index | Thread Index | Old Index