diff options
author | antoine <antoine@FreeBSD.org> | 2016-01-30 20:04:00 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-01-30 20:04:00 +0800 |
commit | 3253164d74b67e7d4a7f96a28c9f90a354eb91e4 (patch) | |
tree | 1ba3781e6e1711d55b09466362f79f4790b49de4 /math | |
parent | 9018831dfd8235fbab627879a48c99b115d6edbb (diff) | |
download | freebsd-ports-gnome-3253164d74b67e7d4a7f96a28c9f90a354eb91e4.tar.gz freebsd-ports-gnome-3253164d74b67e7d4a7f96a28c9f90a354eb91e4.tar.zst freebsd-ports-gnome-3253164d74b67e7d4a7f96a28c9f90a354eb91e4.zip |
Unbreak, math/R was updated to version 3.2.2 in r400221
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-stabledist/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/R-cran-stabledist/Makefile b/math/R-cran-stabledist/Makefile index 1d0e36e13d7e..2bf995caa654 100644 --- a/math/R-cran-stabledist/Makefile +++ b/math/R-cran-stabledist/Makefile @@ -12,8 +12,6 @@ COMMENT= Stable Distribution Functions LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -BROKEN= requires R >= 3.1.0 - USES= cran:auto-plist .include <bsd.port.mk> |