aboutsummaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-15 20:08:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-15 20:08:59 +0000
commit276be30f198f546eb4e42d1d517b659c6bbc9645 (patch)
treec665b81aff2b0a36c3f0c7e21845e2b81d3d10db /math/R
parent99de867ec5ee92a60f741e186433fc2382a1093e (diff)
downloadports-276be30f198f546eb4e42d1d517b659c6bbc9645.tar.gz
ports-276be30f198f546eb4e42d1d517b659c6bbc9645.zip
Notes
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index cdbbd6a0affb..f7e9d60d0676 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -71,13 +71,4 @@ test check: build
check-all: build
@(cd ${WRKSRC}; ${MAKE} check-all)
-.include <bsd.port.pre.mk>
-
-# Work around a gcc-3.3.1 internal compiler error on 5.1-CURRENT.
-.if ${OSVERSION} >= 501103
-pre-build:
- @(cd ${WRKSRC}/src/include; ${MAKE} Rmath.h)
- @(cd ${WRKSRC}/src/main; ${MAKE} CFLAGS+=-O0 plotmath.o)
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>