summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2018-09-27 22:23:17 +0000
committertnn <tnn@pkgsrc.org>2018-09-27 22:23:17 +0000
commit563c4b71924340977a28529f36f6b4d743ef10ec (patch)
treef9260bc77fb0b5ffdcb24870e70a4d7f8dc98e19 /geography
parentf778b69ed769dbdee5ec40414b4f2b889b06f932 (diff)
downloadpkgsrc-563c4b71924340977a28529f36f6b4d743ef10ec.tar.gz
py-gdal: include lang/python/extension.mk for correct PLIST handling
Diffstat (limited to 'geography')
-rw-r--r--geography/py-gdal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/py-gdal/Makefile b/geography/py-gdal/Makefile
index b6bc34bdc35..02f68e2ea6c 100644
--- a/geography/py-gdal/Makefile
+++ b/geography/py-gdal/Makefile
@@ -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${PYVERSSUFFIX}.egg-info/, \
.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"