summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-10-06 21:45:14 +0000
committerrillig <rillig@pkgsrc.org>2019-10-06 21:45:14 +0000
commit437582818e0449ac04a26f59d29c604a29ea48b7 (patch)
tree405b37b371e3eca87d0a1137bb9b06475db37ae1 /math/R
parent862a9491a31b30fdb9a6d1dabe03b406587f1276 (diff)
downloadpkgsrc-437582818e0449ac04a26f59d29c604a29ea48b7.tar.gz
math/R: remove unknown configure arguments
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile11
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.