diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-03-17 23:30:49 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-03-17 23:30:49 +0000 |
commit | 27c132c22f83407efa0b278aa2e1933f7ddc4886 (patch) | |
tree | af0586ecf563153ffec7fac65cfb1c6c3e61018d /math/R | |
parent | 226806e146f02cf8794a21f1c63679edc14f39e4 (diff) | |
download | ports-27c132c22f83407efa0b278aa2e1933f7ddc4886.tar.gz ports-27c132c22f83407efa0b278aa2e1933f7ddc4886.zip |
Notes
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 0b46c9ee486e..fcbaa6b84db7 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -45,6 +45,8 @@ CONFIGURE_ARGS = --enable-memory-profiling rdocdir=${DOCSDIR} \ CONFIGURE_ENV= FCFLAGS="${FFLAGS}" \ INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644" \ R_LD_LIBRARY_PATH="${R_LD_LIBRARY_PATH}" TAR="${TAR}" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib OPTIONS= ATLAS "Use ATLAS instead of BLAS/LAPACK" off \ ICU "Use ICU for collation in multibyte locales" on \ NLS "Build with NLS support" on \ @@ -73,7 +75,6 @@ USE_LDCONFIG= ${PREFIX}/lib/R/lib .endif # !LIBR_SLAVEPORT WANT_GNOME= yes .endif # LIBRMATH_SLAVEPORT -CONFIGURE_ENV += LDFLAGS="${LDFLAGS}" GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes R_SOVERSION= 0 |