diff options
author | brook <brook@pkgsrc.org> | 2014-09-19 19:42:13 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2014-09-19 19:42:13 +0000 |
commit | b3e31eacf934848eb0499680651f69492c8d349f (patch) | |
tree | ba3d0851b015d3237321e510ebb29a120ba0e1d5 /math/R-DAAG | |
parent | b37c4419611aa651342d363112250fd6a5325329 (diff) | |
download | pkgsrc-b3e31eacf934848eb0499680651f69492c8d349f.tar.gz |
Remove math/R-latticeExtra and switch dependency to reimported package
in graphics/R-latticeExtra.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@. See the thread starting with:
http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
Diffstat (limited to 'math/R-DAAG')
-rw-r--r-- | math/R-DAAG/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-DAAG/Makefile b/math/R-DAAG/Makefile index fb3e644d433..41f206d158d 100644 --- a/math/R-DAAG/Makefile +++ b/math/R-DAAG/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/08/26 15:48:39 brook Exp $ +# $NetBSD: Makefile,v 1.11 2014/09/19 19:42:13 brook Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v3 R_PKGNAME= DAAG R_PKGVER= 1.20 -DEPENDS+= R-latticeExtra>=0.6.26:../../math/R-latticeExtra +DEPENDS+= R-latticeExtra>=0.6.26:../../graphics/R-latticeExtra .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |