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:           Sun Aug 11 15:39:29 UTC 2019

Modified Files:
        pkgsrc/graphics/R-ggtern: Makefile

Log Message:
R-ggtern: add a missing dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/graphics/R-ggtern/Makefile:1.2
--- pkgsrc/graphics/R-ggtern/Makefile:1.1       Fri Aug  9 15:51:57 2019
+++ pkgsrc/graphics/R-ggtern/Makefile   Sun Aug 11 15:39:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 15:51:57 brook Exp $
+# $NetBSD: Makefile,v 1.2 2019/08/11 15:39:28 brook Exp $
 
 R_PKGNAME=     ggtern
 R_PKGVER=      3.1.0
@@ -9,6 +9,7 @@ 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-latex2exp>=0.4:../../graphics/R-latex2exp
 DEPENDS+=      R-scales>=0.3.0:../../graphics/R-scales



Home | Main Index | Thread Index | Old Index