diff options
author | jrm <jrm@FreeBSD.org> | 2016-11-02 22:12:56 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2016-11-02 22:12:56 +0800 |
commit | 03b0e830969e94cb27d94b4dd84b30559b61c525 (patch) | |
tree | a9d5dee0f98c5904bb1bdec03419aeeb1574da5d /math | |
parent | d0cfcfa01eeb6beb3b9e0cd0ed5f25515bf8336e (diff) | |
download | freebsd-ports-gnome-03b0e830969e94cb27d94b4dd84b30559b61c525.tar.gz freebsd-ports-gnome-03b0e830969e94cb27d94b4dd84b30559b61c525.tar.zst freebsd-ports-gnome-03b0e830969e94cb27d94b4dd84b30559b61c525.zip |
math/R: Fix typo and bump PORTREVISION
Reported by: rhurlin@gwdg.de
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8420
Diffstat (limited to 'math')
-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 |