diff options
-rw-r--r-- | math/R/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 6beeac1d25e..0cdc14d22d4 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2008/04/26 02:39:27 markd Exp $ +# $NetBSD: Makefile,v 1.98 2008/07/20 23:18:28 dbj Exp $ DISTNAME= R-2.7.0 CATEGORIES= math @@ -35,6 +35,10 @@ CONFIGURE_ARGS+= --with-system-zlib CONFIGURE_ARGS+= --with-system-bzlib CONFIGURE_ARGS+= --with-system-pcre +# Disable Mac OS specific support used by R.app +CONFIGURE_ARGS+= --disable-R-framework +CONFIGURE_ARGS+= --without-aqua + # Use BLAS (math/blas) # CONFIGURE_ARGS+= --without-atlas |