summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-07-19 01:41:32 +0000
committermaya <maya@pkgsrc.org>2018-07-19 01:41:32 +0000
commit529d513112927b8a4306e02ebc97c314611203ef (patch)
tree4faafea8bdef57cf2a69762165c44af9f2c6c6b7 /math
parentabc89a12ece7022f056243b22b02f93f449d00cc (diff)
downloadpkgsrc-529d513112927b8a4306e02ebc97c314611203ef.tar.gz
R: remove cases for ancient NetBSD versions.
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 984b71e38b0..9f765dd1a3d 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.186 2018/07/04 07:27:13 wen Exp $
+# $NetBSD: Makefile,v 1.187 2018/07/19 01:41:32 maya Exp $
DISTNAME= R-3.5.1
CATEGORIES= math
@@ -9,10 +9,6 @@ HOMEPAGE= http://www.R-project.org/
COMMENT= Statistical language for data analysis and graphics
LICENSE= gnu-gpl-v2
-#needs FPC code not found in older versions of NetBSD
-NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \
- NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha
-
USE_GCC_RUNTIME= yes
BUILD_TARGET= all info
@@ -145,10 +141,6 @@ SUBST_SED.fixwrap= -e "s,${WRAPPER_BINDIR}/libtool,${PKG_LIBTOOL},g"
BUILDLINK_API_DEPENDS.bzip2+= bzip2>=1.0.5
-.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M1.[0-6]*)
-CONFIGURE_ARGS+= --enable-mbcs=no
-.endif
-
pre-configure:
${RUN} cd ${WRKSRC} && autoreconf -fvi