Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography Needs pkg-config.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c1e28e9fa35
branches: trunk
changeset: 436910:5c1e28e9fa35
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Aug 11 18:46:10 2020 +0000
description:
Needs pkg-config.
diffstat:
geography/R-lwgeom/Makefile | 3 ++-
geography/R-rgdal/Makefile | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (35 lines):
diff -r 788cb80e82af -r 5c1e28e9fa35 geography/R-lwgeom/Makefile
--- a/geography/R-lwgeom/Makefile Tue Aug 11 18:45:25 2020 +0000
+++ b/geography/R-lwgeom/Makefile Tue Aug 11 18:46:10 2020 +0000
@@ -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"
diff -r 788cb80e82af -r 5c1e28e9fa35 geography/R-rgdal/Makefile
--- a/geography/R-rgdal/Makefile Tue Aug 11 18:45:25 2020 +0000
+++ b/geography/R-rgdal/Makefile Tue Aug 11 18:46:10 2020 +0000
@@ -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 @@
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