diff options
author | antoine <antoine@FreeBSD.org> | 2015-03-29 01:40:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-03-29 01:40:35 +0800 |
commit | 60ddbaaa6b623ed07092987776c99d52436f2f1a (patch) | |
tree | b86bdc7d1b91d1a36232f2e1c1bc6d0c25f4ea79 /math | |
parent | 4ae064d8473756fd65ccabbb8d4d2901ddd10854 (diff) | |
download | freebsd-ports-gnome-60ddbaaa6b623ed07092987776c99d52436f2f1a.tar.gz freebsd-ports-gnome-60ddbaaa6b623ed07092987776c99d52436f2f1a.tar.zst freebsd-ports-gnome-60ddbaaa6b623ed07092987776c99d52436f2f1a.zip |
Mark BROKEN: missing dependency
===> Staging for R-cran-car-2.0.25
===> Generating temporary packing list
ERROR: dependencies 'pbkrtest', 'quantreg' are not available for package 'car'
Reported by: pkg-fallout
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-car/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index 1d6d8ba285a5..7753957fc877 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -11,6 +11,8 @@ COMMENT= Companion to Applied Regression for R LICENSE= GPLv2 +BROKEN= Missing dependency + USES= cran:auto-plist .include <bsd.port.mk> |