diff options
author | jlam <jlam@pkgsrc.org> | 2005-01-10 08:30:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-01-10 08:30:43 +0000 |
commit | b73353dae25c7301e24de2a2518e2ac74137925c (patch) | |
tree | e6a0100cc0de87269fff2db4d2ff1c6ee5be3ae0 /mk | |
parent | e25f1ef7995d59d4434e38bee0e6e32dc4fa1170 (diff) | |
download | pkgsrc-b73353dae25c7301e24de2a2518e2ac74137925c.tar.gz |
Remove redundant CONFIGURE_ENV lines (they're already present in the
shell environment passed in the do-configure target.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 8dec251d393..bf398b57f29 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1552 2004/12/31 13:13:56 minskim Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1553 2005/01/10 08:30:43 jlam Exp $ # # This file is in the public domain. # @@ -363,8 +363,6 @@ DEPENDS+= f2c>=20001205nb3:../../lang/f2c . endif FC= ${PKG_FC} F77= ${PKG_FC} -CONFIGURE_ENV+= F77="${F77}" -CONFIGURE_ENV+= FFLAGS="${FFLAGS:M*}" MAKE_ENV+= F77="${F77}" MAKE_ENV+= FC="${FC}" .endif |