pkgsrc-WIP-changes archive

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

R-rgdal: fix dependency gdal -> gdal-lib



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Fri Sep 25 17:40:39 2015 +0200
Changeset:	fc5f1eb9b56f710dc892e9ce87d0954ffbb4d723

Modified Files:
	R-rgdal/Makefile

Log Message:
R-rgdal: fix dependency gdal -> gdal-lib

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fc5f1eb9b56f710dc892e9ce87d0954ffbb4d723

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 R-rgdal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/R-rgdal/Makefile b/R-rgdal/Makefile
index 939a13c..d72748e 100644
--- a/R-rgdal/Makefile
+++ b/R-rgdal/Makefile
@@ -11,7 +11,7 @@ COMMENT=		Provides bindings to GDAL and R
 R_PKGNAME=		rgdal
 R_PKGVER=		0.2-7
 
-DEPENDS+=		gdal>=1.1.9:../../geography/gdal-lib
+DEPENDS+=		gdal-lib>=1.1.9:../../geography/gdal-lib
 DEPENDS+=		R-abind>=1.1.0:../../math/R-abind
 DEPENDS+=		R-pixmap>=0.4.1:../../math/R-pixmap
 


Home | Main Index | Thread Index | Old Index