diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/R-cran-scales/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412346
Diffstat (limited to 'graphics/R-cran-scales/Makefile')
-rw-r--r-- | graphics/R-cran-scales/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/R-cran-scales/Makefile b/graphics/R-cran-scales/Makefile index 272a62a64bba..da0838a61046 100644 --- a/graphics/R-cran-scales/Makefile +++ b/graphics/R-cran-scales/Makefile @@ -10,12 +10,12 @@ COMMENT= Scale functions for graphics LICENSE= MIT -RUN_DEPENDS= R-cran-RColorBrewer>0:${PORTSDIR}/graphics/R-cran-RColorBrewer \ - R-cran-dichromat>0:${PORTSDIR}/graphics/R-cran-dichromat \ - R-cran-plyr>0:${PORTSDIR}/devel/R-cran-plyr \ - R-cran-munsell>=0.2:${PORTSDIR}/graphics/R-cran-munsell \ - R-cran-labeling>0:${PORTSDIR}/math/R-cran-labeling \ - R-cran-Rcpp>0:${PORTSDIR}/devel/R-cran-Rcpp +RUN_DEPENDS= R-cran-RColorBrewer>0:graphics/R-cran-RColorBrewer \ + R-cran-dichromat>0:graphics/R-cran-dichromat \ + R-cran-plyr>0:devel/R-cran-plyr \ + R-cran-munsell>=0.2:graphics/R-cran-munsell \ + R-cran-labeling>0:math/R-cran-labeling \ + R-cran-Rcpp>0:devel/R-cran-Rcpp USES= cran:auto-plist |