diff options
Diffstat (limited to 'graphics/R-cran-ggplot2/Makefile')
-rw-r--r-- | graphics/R-cran-ggplot2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile index f8b27a291ef9..be69254bfa3f 100644 --- a/graphics/R-cran-ggplot2/Makefile +++ b/graphics/R-cran-ggplot2/Makefile @@ -10,11 +10,11 @@ COMMENT= Implementation of the Grammar of Graphics LICENSE= GPLv2 -RUN_DEPENDS= R-cran-digest>=0:${PORTSDIR}/security/R-cran-digest \ - R-cran-gtable>=0.1.1:${PORTSDIR}/math/R-cran-gtable \ - R-cran-plyr>=1.7.1:${PORTSDIR}/devel/R-cran-plyr \ - R-cran-reshape2>=0:${PORTSDIR}/devel/R-cran-reshape2 \ - R-cran-scales>=0.3.0:${PORTSDIR}/graphics/R-cran-scales +RUN_DEPENDS= R-cran-digest>=0:security/R-cran-digest \ + R-cran-gtable>=0.1.1:math/R-cran-gtable \ + R-cran-plyr>=1.7.1:devel/R-cran-plyr \ + R-cran-reshape2>=0:devel/R-cran-reshape2 \ + R-cran-scales>=0.3.0:graphics/R-cran-scales USES= cran:auto-plist |