diff options
author | brook <brook@pkgsrc.org> | 2019-08-14 22:03:15 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-08-14 22:03:15 +0000 |
commit | 72fc3598fa7d1a762f950922907cadc1c9681151 (patch) | |
tree | fc003fff777ffbcffbba84f330ae6054f272d13f | |
parent | 7d05ec7aea5525040b95847039a2c6f118769bd6 (diff) | |
download | pkgsrc-72fc3598fa7d1a762f950922907cadc1c9681151.tar.gz |
R-ggtern: fix an incorrect dependency.
The missing dependency added in the previous commit was wrong, so fix it.
-rw-r--r-- | graphics/R-ggtern/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/R-ggtern/Makefile b/graphics/R-ggtern/Makefile index a745840c51c..42f7b0bc0db 100644 --- a/graphics/R-ggtern/Makefile +++ b/graphics/R-ggtern/Makefile @@ -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 @@ COMMENT= Extension to 'ggplot2', for the creation of ternary diagrams 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 |