freebsd-ports/math/R/compiler.mk
John Marino b95421020d math/R: maintainer rework
See PR for signficant changes to math/R port including options,
build defaults, and patch updates.

PR:		211393
Submitted by:	Joseph Mingrone (maintainer)
2016-08-05 02:30:18 +00:00

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