forked from Lainports/freebsd-ports
See PR for signficant changes to math/R port including options, build defaults, and patch updates. PR: 211393 Submitted by: Joseph Mingrone (maintainer)
10 lines
193 B
Makefile
10 lines
193 B
Makefile
# 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
|