blob: 51ce77479d6f0e3d5209b1ae7779f8d2dfcf204e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Compiler settings required for R and the R-cran ports.
.if ${OPSYS} == FreeBSD
. if ${OSVERSION} < 1000015
USE_GCC= yes
. endif
.else
. if ${OPSYS} == DragonFly
USE_GCC= 6
. endif
.endif
|