Tue Aug 11 18:46:10 2020 UTC ()
Needs pkg-config.


(joerg)
diff -r1.1 -r1.2 pkgsrc/geography/R-lwgeom/Makefile
diff -r1.1 -r1.2 pkgsrc/geography/R-rgdal/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/geography/R-lwgeom/Makefile (expand / switch to context diff)
--- pkgsrc/geography/R-lwgeom/Makefile 2020/08/08 23:32:09 1.1
+++ pkgsrc/geography/R-lwgeom/Makefile 2020/08/11 18:46:10 1.2
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/08/08 23:32:09 brook Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/11 18:46:10 joerg Exp $
 
 R_PKGNAME=	lwgeom
 R_PKGVER=	0.2-5
@@ -10,6 +10,7 @@
 
 DEPENDS+=	R-units>=0.6.5:../../math/R-units
 
+USE_TOOLS+=	pkg-config
 USE_LANGUAGES=	c c++
 
 .include "../../math/R/Makefile.extension"

cvs diff -r1.1 -r1.2 pkgsrc/geography/R-rgdal/Makefile (expand / switch to context diff)
--- pkgsrc/geography/R-rgdal/Makefile 2020/08/08 23:19:05 1.1
+++ pkgsrc/geography/R-rgdal/Makefile 2020/08/11 18:46:10 1.2
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/08/08 23:19:05 brook Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/11 18:46:10 joerg Exp $
 
 R_PKGNAME=	rgdal
 R_PKGVER=	1.4-8
@@ -7,6 +7,8 @@
 MAINTAINER=	pkgsrc-users@NetBSD.org
 COMMENT=	Bindings for the 'Geospatial' Data Abstraction Library
 LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3	# + file LICENSE.note
+
+USE_TOOLS+=	pkg-config
 
 USE_LANGUAGES+=	c c++