pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Aug 11 18:46:10 UTC 2020

Modified Files:
        pkgsrc/geography/R-lwgeom: Makefile
        pkgsrc/geography/R-rgdal: Makefile

Log Message:
Needs pkg-config.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/R-lwgeom/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/R-rgdal/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/R-lwgeom/Makefile
diff -u pkgsrc/geography/R-lwgeom/Makefile:1.1 pkgsrc/geography/R-lwgeom/Makefile:1.2
--- pkgsrc/geography/R-lwgeom/Makefile:1.1      Sat Aug  8 23:32:09 2020
+++ pkgsrc/geography/R-lwgeom/Makefile  Tue Aug 11 18:46:10 2020
@@ -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 @@ LICENSE=      gnu-gpl-v2
 
 DEPENDS+=      R-units>=0.6.5:../../math/R-units
 
+USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/geography/R-rgdal/Makefile
diff -u pkgsrc/geography/R-rgdal/Makefile:1.1 pkgsrc/geography/R-rgdal/Makefile:1.2
--- pkgsrc/geography/R-rgdal/Makefile:1.1       Sat Aug  8 23:19:05 2020
+++ pkgsrc/geography/R-rgdal/Makefile   Tue Aug 11 18:46:10 2020
@@ -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
@@ -8,6 +8,8 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 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++
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index