diff options
author | dbj <dbj> | 2008-07-20 23:18:28 +0000 |
---|---|---|
committer | dbj <dbj> | 2008-07-20 23:18:28 +0000 |
commit | 5dca1cde1cd9ddae61811f90b93656dabd3f6094 (patch) | |
tree | 5f4e6cf7c26e3c9abff501179818cf776f9dfb58 /math/R | |
parent | 25366719c8d892930f12799f326ba91d77db9394 (diff) | |
download | pkgsrc-5dca1cde1cd9ddae61811f90b93656dabd3f6094.tar.gz |
set --disable-R-framework and --without-aqua
these options are only used by R.app on Mac OS X
Diffstat (limited to 'math/R')
-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 |