diff options
-rw-r--r-- | math/R/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 2988d60bedd9..c77c62784175 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -108,7 +108,7 @@ RLAPACK_SOVERSION= 4 RMATH_SOVERSION= 0 USES+= fortran -.include "${.CURDIR}/compiler.mk" +.include "compiler.mk" .include <bsd.port.options.mk> .if ${ARCH} == "sparc64" || ${ARCH} == "powerpc64" |