summaryrefslogtreecommitdiff
path: root/math/R/compiler.mk
diff options
context:
space:
mode:
Diffstat (limited to 'math/R/compiler.mk')
-rw-r--r--math/R/compiler.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/math/R/compiler.mk b/math/R/compiler.mk
index 51ce77479d6f..29bf01ff8e5b 100644
--- a/math/R/compiler.mk
+++ b/math/R/compiler.mk
@@ -1,10 +1,4 @@
# Compiler settings required for R and the R-cran ports.
-.if ${OPSYS} == FreeBSD
-. if ${OSVERSION} < 1000015
-USE_GCC= yes
-. endif
-.else
-. if ${OPSYS} == DragonFly
+.if ${OPSYS} == DragonFly
USE_GCC= 6
-. endif
.endif