diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-19 05:36:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-19 05:36:33 +0800 |
commit | 75809afab5b54bc2c498b4af82c0c6c0c588f387 (patch) | |
tree | 95f5f56138a4f9179311817530340aa1137e7d6e /devel | |
parent | ef13e93eb63c5ab27385f443daa99f17dbb6ee63 (diff) | |
download | freebsd-ports-gnome-75809afab5b54bc2c498b4af82c0c6c0c588f387.tar.gz freebsd-ports-gnome-75809afab5b54bc2c498b4af82c0c6c0c588f387.tar.zst freebsd-ports-gnome-75809afab5b54bc2c498b4af82c0c6c0c588f387.zip |
Unbreak
Diffstat (limited to 'devel')
-rw-r--r-- | devel/R-cran-microbenchmark/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/R-cran-microbenchmark/Makefile b/devel/R-cran-microbenchmark/Makefile index 3a38898f7fc5..6f96f83076bb 100644 --- a/devel/R-cran-microbenchmark/Makefile +++ b/devel/R-cran-microbenchmark/Makefile @@ -11,6 +11,8 @@ COMMENT= Infrastructure to measure the execution time of R expressions LICENSE= BSD3CLAUSE +RUN_DEPENDS= R-cran-ggplot2>0:${PORTSDIR}/graphics/R-cran-ggplot2 + USES= cran:auto-plist .include <bsd.port.mk> |