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:   tnn
Date:           Thu Sep 27 22:23:17 UTC 2018

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

Log Message:
py-gdal: include lang/python/extension.mk for correct PLIST handling


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/geography/py-gdal/Makefile:1.7
--- pkgsrc/geography/py-gdal/Makefile:1.6       Tue Sep 11 17:23:22 2018
+++ pkgsrc/geography/py-gdal/Makefile   Thu Sep 27 22:23:17 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/09/11 17:23:22 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2018/09/27 22:23:17 tnn Exp $
 
 PKGREVISION= 3
 .include "../../geography/gdal-lib/Makefile.common"
@@ -30,5 +30,6 @@ PRINT_PLIST_AWK+=     { gsub(/${EGG_NAME}-py
 .include "../../geography/gdal-lib/buildlink3.mk"
 .include "../../lang/python/tool.mk"
 .include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index