diff options
author | jrm <jrm@FreeBSD.org> | 2018-02-28 08:24:47 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2018-02-28 08:24:47 +0800 |
commit | f8f51246353f0077e019fd3426f0b1d0ea9ac361 (patch) | |
tree | dc130273848fadd1d6277035bb641b7fb784afea /math | |
parent | 34aa893bae1feb4b1dcbea057ca9f6681a78b2c2 (diff) | |
download | freebsd-ports-gnome-f8f51246353f0077e019fd3426f0b1d0ea9ac361.tar.gz freebsd-ports-gnome-f8f51246353f0077e019fd3426f0b1d0ea9ac361.tar.zst freebsd-ports-gnome-f8f51246353f0077e019fd3426f0b1d0ea9ac361.zip |
math/R: Turn on the TCLTK option by default
The TCLTK option was turned off in r455296, however this breaks
devel/R-cran-gsubfn.
PR: 224472
Submitted by: w.schwarzenfeld@utanet.at
Diffstat (limited to 'math')
-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 de82b07d3edc..d07f52d7dedc 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -3,7 +3,7 @@ PORTNAME= R DISTVERSION= 3.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} @@ -69,7 +69,7 @@ TEXDOCS_DESC= Build/Install TeX-dependent documentation files X11_DESC= X11 graphics device OPTIONS_DEFAULT= CAIROPANGO GHOSTSCRIPT ICU INFO JPEG LDOUBLE OPENMP \ - PNG RBLAS RPROF TIFF X11 + PNG RBLAS RPROF TCLTK TIFF X11 ATLAS_USES= blaslapack:atlas ATLAS_CONFIGURE_ON= --disable-BLAS-shlib |