summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordbj <dbj>2008-07-20 23:18:28 +0000
committerdbj <dbj>2008-07-20 23:18:28 +0000
commitdfb028721e277e43a5ec72b998d2aa831ff2db98 (patch)
tree5f4e6cf7c26e3c9abff501179818cf776f9dfb58
parentd977b40003aeb214cdd8aa21fdd5e1e7d4fa8aeb (diff)
downloadpkgsrc-dfb028721e277e43a5ec72b998d2aa831ff2db98.tar.gz
set --disable-R-framework and --without-aqua
these options are only used by R.app on Mac OS X
-rw-r--r--math/R/Makefile6
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