diff options
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 84ef7909ee8..732b85392d0 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.203 2019/08/22 12:23:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.204 2019/10/06 21:45:14 rillig Exp $ DISTNAME= R-3.6.1 PKGREVISION= 1 @@ -31,11 +31,6 @@ CONFIGURE_ARGS+= --with-lapack CONFIGURE_ARGS+= --with-tcltk CONFIGURE_ARGS+= --with-tcl-config=${BUILDLINK_PREFIX.tcl}/lib/tclConfig.sh CONFIGURE_ARGS+= --with-tk-config=${BUILDLINK_PREFIX.tk}/lib/tkConfig.sh -CONFIGURE_ARGS+= --without-gnome # not yet stable -CONFIGURE_ARGS+= --with-system-zlib -CONFIGURE_ARGS+= --with-system-bzlib -CONFIGURE_ARGS+= --with-system-pcre -CONFIGURE_ARGS+= --with-system-xz .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" @@ -63,12 +58,8 @@ PLIST.x11= yes .if exists(/System/Library/Frameworks/Accelerate.framework) CONFIGURE_ARGS+= --with-blas="-framework Accelerate" .else -CONFIGURE_ARGS+= --without-atlas CONFIGURE_ARGS+= --disable-BLAS-shlib CONFIGURE_ARGS+= --with-blas -CONFIGURE_ARGS+= --without-blas_risc -CONFIGURE_ARGS+= --without-dxml -CONFIGURE_ARGS+= --without-libmoto .endif # Work around missing MAIN__() definition used in -lF77 by AC_CHECK_LIB. |