diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-04-12 06:36:31 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-04-12 06:36:31 +0000 |
commit | 9b21a3a084c9a5c4e8ad95b5e1dcac3dc835998b (patch) | |
tree | 919393f150a5705b76814a092d02703b32940682 /devel/RStudio | |
parent | 6987b2c75547dc39e8c95eaee0aabb36e4043ef0 (diff) |
Notes
Diffstat (limited to 'devel/RStudio')
-rw-r--r-- | devel/RStudio/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/RStudio/Makefile b/devel/RStudio/Makefile index ba5a14b7a980..a006a34825a1 100644 --- a/devel/RStudio/Makefile +++ b/devel/RStudio/Makefile @@ -6,6 +6,7 @@ PORTNAME= RStudio DISTVERSIONPREFIX= v DISTVERSION= 1.2.1335 +PORTREVISION= 1 CATEGORIES= devel math java MASTER_SITES= https://s3.amazonaws.com/rstudio-dictionaries/:dictionaries \ https://s3.amazonaws.com/rstudio-buildtools/:buildtools @@ -20,6 +21,8 @@ COMMENT= Integrated development environment (IDE) for R LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build with boost 1.70, see bug 236603 + BUILD_DEPENDS= ant:devel/apache-ant \ ${LOCALBASE}/include/sys/sysinfo.h:devel/libsysinfo \ pandoc:textproc/hs-pandoc |