diff options
author | gerald <gerald@FreeBSD.org> | 2009-01-18 05:36:50 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-01-18 05:36:50 +0800 |
commit | a2235e1086baddf1d4ec80bbb59b04b8a3f8fd44 (patch) | |
tree | cf9be1c550c5a370ed5486bf197908b8c61052ef /math/libRmath | |
parent | 1c8a51ade47473f3e56199d6a2d3b196c0630afe (diff) | |
download | freebsd-ports-gnome-a2235e1086baddf1d4ec80bbb59b04b8a3f8fd44.tar.gz freebsd-ports-gnome-a2235e1086baddf1d4ec80bbb59b04b8a3f8fd44.tar.zst freebsd-ports-gnome-a2235e1086baddf1d4ec80bbb59b04b8a3f8fd44.zip |
No longer pass F77 to CONFIGURE_ENV; this is now done via Mk/bsd.gcc.mk.
Approved by: bf2006a@yahoo.com (maintainer)
Diffstat (limited to 'math/libRmath')
-rw-r--r-- | math/libRmath/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index 620b87d8b4e4..67286b6c97e1 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -37,7 +37,6 @@ USE_FORTRAN= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS+=--with-readline=no --with-x=no -CONFIGURE_ENV+= F77="${F77}" PLIST_FILES= include/Rmath.h lib/libRmath.a lib/libRmath.so lib/libRmath.so.0 |