diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-06 21:38:11 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-06 21:38:11 +0000 |
commit | db507191569d55584f875e2f3bc60f4309f50970 (patch) | |
tree | 3f4b6231d615e1cee357c189e5e0a241b47c1de4 /math/R/Makefile | |
parent | 6f0e1ce3a6954bf83a3160b80dc06e645eba932e (diff) |
Notes
Diffstat (limited to 'math/R/Makefile')
-rw-r--r-- | math/R/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index e8442f60f945..b3fbfd361e7f 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ CONFIGURE_ARGS= --disable-java \ --with-readline \ rdocdir=${DOCSDIR} +CONFIGURE_ENV= r_cv_header_zlib_h=yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip ONLY_FOR_ARCHS= i386 amd64 |