diff options
author | gerald <gerald@FreeBSD.org> | 2009-01-22 16:24:42 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-01-22 16:24:42 +0800 |
commit | 625b6603de7dcb9af7a8657f978a792135666bc8 (patch) | |
tree | 5b946a12f68e15ab045478aba3dc25216d3da0fc /math | |
parent | 480b28a47b0aa2c045522232c2a332df32f41c7d (diff) | |
download | freebsd-ports-gnome-625b6603de7dcb9af7a8657f978a792135666bc8.tar.gz freebsd-ports-gnome-625b6603de7dcb9af7a8657f978a792135666bc8.tar.zst freebsd-ports-gnome-625b6603de7dcb9af7a8657f978a792135666bc8.zip |
Fix CONFIGURE_ENV after recent USE_FORTRAN changes.
PR: 130847
Submitted by: bf2006a@yahoo.com (maintainer)
Diffstat (limited to 'math')
-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 c9d1ed67e42e..6e15b9930e73 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -56,7 +56,7 @@ USE_ICONV= yes USE_PERL5= yes USE_GETTEXT= yes -CONFIGURE_ENV= INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644" F77="${F77}" FC="${FC}" +CONFIGURE_ENV= INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644" CONFIGURE_ARGS= --enable-R-shlib --with-system-bzlib --with-system-zlib \ rdocdir=${DOCSDIR} |