pkgsrc-WIP-changes archive

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

R-mpfr: Add R-gmp dep



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Sep 21 14:38:47 2018 -0500
Changeset:	3c5aeeb40f7cfab724789e0606c95612bf0d4bde

Modified Files:
	R-mpfr/Makefile

Log Message:
R-mpfr: Add R-gmp dep

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

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

diffstat:
 R-mpfr/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/R-mpfr/Makefile b/R-mpfr/Makefile
index 7f4c4fe011..50876b3c55 100644
--- a/R-mpfr/Makefile
+++ b/R-mpfr/Makefile
@@ -13,6 +13,7 @@ R_PKGVER=	0.7-1
 
 USE_LANGUAGES=	c c++
 
+DEPENDS+=	R-gmp>=0.5.13.2:../../wip/R-gmp
 BUILDLINK_API_DEPENDS.mpfr+=	mpfr>=4.0.1
 
 .include "../../math/R/Makefile.extension"


Home | Main Index | Thread Index | Old Index