Date: Wed, 2 Nov 2016 14:12:57 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425155 - head/math/R Message-ID: <201611021412.uA2ECvk6039377@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Wed Nov 2 14:12:56 2016 New Revision: 425155 URL: https://svnweb.freebsd.org/changeset/ports/425155 Log: math/R: Fix typo and bump PORTREVISION Reported by: rhurlin@gwdg.de Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8420 Modified: head/math/R/Makefile Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Wed Nov 2 13:34:26 2016 (r425154) +++ head/math/R/Makefile Wed Nov 2 14:12:56 2016 (r425155) @@ -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_$ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611021412.uA2ECvk6039377>