summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-01-10 08:30:43 +0000
committerjlam <jlam>2005-01-10 08:30:43 +0000
commit3a63d26e0f9a2f66f52b52b36d268b5aebd89054 (patch)
treee6a0100cc0de87269fff2db4d2ff1c6ee5be3ae0 /mk
parent99f5e66848b7e39d434a5c263d52cec66683ca9b (diff)
downloadpkgsrc-3a63d26e0f9a2f66f52b52b36d268b5aebd89054.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.mk4
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