pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/R-ggtern R-ggtern: fix an incorrect dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61afd67aded4
branches:  trunk
changeset: 337916:61afd67aded4
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Aug 14 22:03:15 2019 +0000

description:
R-ggtern: fix an incorrect dependency.

The missing dependency added in the previous commit was wrong, so fix it.

diffstat:

 graphics/R-ggtern/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 711cb625db80 -r 61afd67aded4 graphics/R-ggtern/Makefile
--- a/graphics/R-ggtern/Makefile        Wed Aug 14 21:36:09 2019 +0000
+++ b/graphics/R-ggtern/Makefile        Wed Aug 14 22:03:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/08/11 15:39:28 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/08/14 22:03:15 brook Exp $
 
 R_PKGNAME=     ggtern
 R_PKGVER=      3.1.0
@@ -9,8 +9,8 @@
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      R-proto>=1.0.0:../../devel/R-proto
-DEPENDS+=      R-ggExtra>=0.8:../../graphics/R-ggExtra
 DEPENDS+=      R-ggplot2>=3.1.0:../../graphics/R-ggplot2
+DEPENDS+=      R-gridExtra>=2.3:../../graphics/R-gridExtra
 DEPENDS+=      R-latex2exp>=0.4:../../graphics/R-latex2exp
 DEPENDS+=      R-scales>=0.3.0:../../graphics/R-scales
 DEPENDS+=      R-compositions>=1.40.2:../../math/R-compositions



Home | Main Index | Thread Index | Old Index