diff options
author | jlam <jlam> | 2001-06-13 07:09:33 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-13 07:09:33 +0000 |
commit | 0e15113dcf5e8dcdd00dcf9d93a89f84de4a0c71 (patch) | |
tree | 6de165890197784fa6c19ff25aebef249280f094 /mk | |
parent | 7c3654b2844627fa834ba44214be6e7bf33c109e (diff) | |
download | pkgsrc-0e15113dcf5e8dcdd00dcf9d93a89f84de4a0c71.tar.gz |
Fix typo...LIBS gets added to CONFIGURE_ENV, not CONFIGURE.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
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 |