summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-13 07:09:33 +0000
committerjlam <jlam@pkgsrc.org>2001-06-13 07:09:33 +0000
commit850064cf9e2bce395dc11347e81df635693c8693 (patch)
tree6de165890197784fa6c19ff25aebef249280f094 /mk
parent79b0f5f3606017b7defee2c15ef44f2924e9370e (diff)
downloadpkgsrc-850064cf9e2bce395dc11347e81df635693c8693.tar.gz
Fix typo...LIBS gets added to CONFIGURE_ENV, not CONFIGURE.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 1c0dc30362f..879b148bcbd 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.759 2001/06/12 20:39:13 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.760 2001/06/13 07:09:33 jlam Exp $
#
# This file is in the public domain.
#
@@ -243,7 +243,7 @@ LIBS+= -L${LOCALBASE}/lib -lintl
# If GNU_CONFIGURE is defined, then pass LIBS to the GNU configure script.
.if defined(GNU_CONFIGURE)
-CONFIGURE+= LIBS="${LIBS}"
+CONFIGURE_ENV+= LIBS="${LIBS}"
.endif
LIBTOOL_REQD= 1.4.20010219nb6