diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-11 18:08:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-11 18:08:38 +0800 |
commit | f6763c3cd1541b5d51cd003610210be9e3f57b92 (patch) | |
tree | c9a458d29164af55be5bf3330f3f659428ac04ac /math/R | |
parent | ffc02588e890cf8d01b2305cfb96dbb0eaf038a8 (diff) | |
download | freebsd-ports-gnome-f6763c3cd1541b5d51cd003610210be9e3f57b92.tar.gz freebsd-ports-gnome-f6763c3cd1541b5d51cd003610210be9e3f57b92.tar.zst freebsd-ports-gnome-f6763c3cd1541b5d51cd003610210be9e3f57b92.zip |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/compiler.mk | 8 |
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 |