summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-25 15:26:55 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-25 15:26:55 +0000
commit4557f1d6a46da5cfcb32366f42d1bd4bee802341 (patch)
treebc464787da1efbe27c6cde3108b43180afa90b46 /math/R
parent4704b2a4893165d54310a4ff99a4b91dd5ddfcd2 (diff)
downloadpkgsrc-4557f1d6a46da5cfcb32366f42d1bd4bee802341.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index fc3d5fe4fec..c74acfe2665 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.163 2016/02/19 21:57:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.164 2016/02/25 15:26:55 jperkin Exp $
DISTNAME= R-3.2.2
CATEGORIES= math
@@ -85,11 +85,7 @@ CONFIGURE_ENV+= LIBnn=lib
# been installed SHAREMODE
SHAREMODE= 644
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Darwin"
-CONFIGURE_ARGS+= --disable-openmp
-.endif
+CONFIGURE_ARGS.Darwin+= --disable-openmp
# R_PAPERSIZE can be: A4, Letter, Legal, Executive
.if defined(PAPERSIZE)