pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-gdal



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec 12 17:57:19 UTC 2023

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

Log Message:
py-gdal: fix build on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/geography/py-gdal/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/py-gdal/Makefile
diff -u pkgsrc/geography/py-gdal/Makefile:1.61 pkgsrc/geography/py-gdal/Makefile:1.62
--- pkgsrc/geography/py-gdal/Makefile:1.61      Wed Nov 15 10:37:38 2023
+++ pkgsrc/geography/py-gdal/Makefile   Tue Dec 12 17:57:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2023/11/15 10:37:38 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2023/12/12 17:57:19 adam Exp $
 
 PKGREVISION= 7
 .include "../../geography/gdal-lib/Makefile.common"
@@ -30,7 +30,7 @@ PRINT_PLIST_AWK+=     { gsub(/${EGG_NAME}-py
                                "$${EGG_INFODIR}") }
 
 .include "../../geography/gdal-lib/buildlink3.mk"
-.include "../../lang/python/tool.mk"
 .include "../../lang/python/extension.mk"
+.include "../../lang/python/tool.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index