diff options
author | antoine <antoine@FreeBSD.org> | 2017-08-23 21:03:01 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-08-23 21:03:01 +0800 |
commit | 423f64a7052bc2877b7556fb90aa788983f94bb5 (patch) | |
tree | 351835caf29fa7ab68828f1e02b0388610f7a830 /math/R | |
parent | b43393c507d587c5aa5be6f9f8bb62d7ad3f7680 (diff) | |
download | freebsd-ports-gnome-423f64a7052bc2877b7556fb90aa788983f94bb5.tar.gz freebsd-ports-gnome-423f64a7052bc2877b7556fb90aa788983f94bb5.tar.zst freebsd-ports-gnome-423f64a7052bc2877b7556fb90aa788983f94bb5.zip |
Remove USES=objc:compiler, R doesn't use any objective c code and this breaks
R-Cran-* on FreeBSD 10
Reported by: pkg-fallout
With hat: portmgr
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 2769bcb31a26..b3cd9dcad704 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -3,7 +3,7 @@ PORTNAME= R PORTVERSION= 3.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --disable-java \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip ONLY_FOR_ARCHS= aarch64 amd64 i386 -USES= gmake iconv libtool localbase objc:compiler \ +USES= gmake iconv libtool localbase \ pathfix perl5 readline:port USE_PERL5= build |