pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/qgis



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 25 06:33:07 UTC 2024

Modified Files:
        pkgsrc/geography/qgis: Makefile

Log Message:
qgis: needs libtasn1


To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 pkgsrc/geography/qgis/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/qgis/Makefile
diff -u pkgsrc/geography/qgis/Makefile:1.196 pkgsrc/geography/qgis/Makefile:1.197
--- pkgsrc/geography/qgis/Makefile:1.196        Wed Jan 24 23:22:21 2024
+++ pkgsrc/geography/qgis/Makefile      Thu Jan 25 06:33:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.196 2024/01/24 23:22:21 gdt Exp $
+# $NetBSD: Makefile,v 1.197 2024/01/25 06:33:07 adam Exp $
 
 # This is intentionally 3.28 Long Term Release.  Please do not update
 # to later branches, and instead discuss whether/how we want multiple
@@ -114,6 +114,7 @@ pre-configure:
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../geography/libspatialite/buildlink3.mk"
 .include "../../geography/spatialindex/buildlink3.mk"
+.include "../../security/libtasn1/buildlink3.mk"
 .include "../../security/qca2-qt5/buildlink3.mk"
 .include "../../security/qt5-qtkeychain/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"



Home | Main Index | Thread Index | Old Index