pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/R-ggtern
Module Name: pkgsrc
Committed By: brook
Date: Wed Aug 14 22:03:15 UTC 2019
Modified Files:
pkgsrc/graphics/R-ggtern: Makefile
Log Message:
R-ggtern: fix an incorrect dependency.
The missing dependency added in the previous commit was wrong, so fix it.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/R-ggtern/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/R-ggtern/Makefile
diff -u pkgsrc/graphics/R-ggtern/Makefile:1.2 pkgsrc/graphics/R-ggtern/Makefile:1.3
--- pkgsrc/graphics/R-ggtern/Makefile:1.2 Sun Aug 11 15:39:28 2019
+++ pkgsrc/graphics/R-ggtern/Makefile Wed Aug 14 22:03:15 2019
@@ -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
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