diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2016-11-02 14:12:56 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2016-11-02 14:12:56 +0000 |
commit | a6ec1a3207219833e66c89b4e0f3c8f00b052489 (patch) | |
tree | a9d5dee0f98c5904bb1bdec03419aeeb1574da5d /math/R/Makefile | |
parent | a554fbb056c724919f4a20eb0bd847d167d5d82f (diff) | |
download | ports-a6ec1a3207219833e66c89b4e0f3c8f00b052489.tar.gz ports-a6ec1a3207219833e66c89b4e0f3c8f00b052489.zip |
Notes
Diffstat (limited to 'math/R/Makefile')
-rw-r--r-- | math/R/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 5ba7e4f69a4f..3b5e71abb923 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -3,6 +3,7 @@ PORTNAME= R PORTVERSION= 3.3.2 +PORTREVISION= 1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} @@ -64,7 +65,7 @@ ALLDOCS_CONFIGURE_ENV_OFF+= ac_cv_path_${i}="" ALLDOCS_INSTALL_TARGET= install-pdf ALLDOCS_USE= tex=dvipsk:build,kpathsea:build,pdftex:build ATLAS_USES= blaslapack:atlas -ALTAS_CONFIGURE_ON= --disable-BLAS-shlib +ATLAS_CONFIGURE_ON= --disable-BLAS-shlib ATLAS_VARS= MANUAL_PACKAGE_BUILD=\ "Choose a BLAS option other than ATLAS for package building." CAIROPANGO_IMPLIES= X11 |