diff options
author | dbj <dbj@pkgsrc.org> | 2008-07-20 23:18:28 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2008-07-20 23:18:28 +0000 |
commit | 545c5feef71ae7ddcb39aa6c2a46126ff0429c2b (patch) | |
tree | 5f4e6cf7c26e3c9abff501179818cf776f9dfb58 /math | |
parent | 855fe4844272a48eb9872c5f3b72247cfbc0c496 (diff) | |
download | pkgsrc-545c5feef71ae7ddcb39aa6c2a46126ff0429c2b.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')
-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 |