Wed Aug 14 22:03:15 2019 UTC ()
R-ggtern: fix an incorrect dependency.

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


(brook)
diff -r1.2 -r1.3 pkgsrc/graphics/R-ggtern/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/graphics/R-ggtern/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/R-ggtern/Makefile 2019/08/11 15:39:28 1.2
+++ pkgsrc/graphics/R-ggtern/Makefile 2019/08/14 22:03:15 1.3
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.2 2019/08/11 15:39:28 brook Exp $ 1# $NetBSD: Makefile,v 1.3 2019/08/14 22:03:15 brook Exp $
2 2
3R_PKGNAME= ggtern 3R_PKGNAME= ggtern
4R_PKGVER= 3.1.0 4R_PKGVER= 3.1.0
5CATEGORIES= graphics 5CATEGORIES= graphics
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Extension to 'ggplot2', for the creation of ternary diagrams 8COMMENT= Extension to 'ggplot2', for the creation of ternary diagrams
9LICENSE= gnu-gpl-v2 9LICENSE= gnu-gpl-v2
10 10
11DEPENDS+= R-proto>=1.0.0:../../devel/R-proto 11DEPENDS+= R-proto>=1.0.0:../../devel/R-proto
12DEPENDS+= R-ggExtra>=0.8:../../graphics/R-ggExtra 
13DEPENDS+= R-ggplot2>=3.1.0:../../graphics/R-ggplot2 12DEPENDS+= R-ggplot2>=3.1.0:../../graphics/R-ggplot2
 13DEPENDS+= R-gridExtra>=2.3:../../graphics/R-gridExtra
14DEPENDS+= R-latex2exp>=0.4:../../graphics/R-latex2exp 14DEPENDS+= R-latex2exp>=0.4:../../graphics/R-latex2exp
15DEPENDS+= R-scales>=0.3.0:../../graphics/R-scales 15DEPENDS+= R-scales>=0.3.0:../../graphics/R-scales
16DEPENDS+= R-compositions>=1.40.2:../../math/R-compositions 16DEPENDS+= R-compositions>=1.40.2:../../math/R-compositions
17DEPENDS+= R-gtable>=0.1.2:../../math/R-gtable 17DEPENDS+= R-gtable>=0.1.2:../../math/R-gtable
18DEPENDS+= R-plyr>=1.8.3:../../math/R-plyr 18DEPENDS+= R-plyr>=1.8.3:../../math/R-plyr
19 19
20USE_LANGUAGES= # none 20USE_LANGUAGES= # none
21 21
22.include "../../math/R/Makefile.extension" 22.include "../../math/R/Makefile.extension"
23.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"