diff options
author | skrll <skrll@pkgsrc.org> | 2001-04-03 17:58:33 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-04-03 17:58:33 +0000 |
commit | 935026630fefb4fed0a6e25cc76e089c00683ba3 (patch) | |
tree | 5869069dbecfef87fda48c25bd08cf666ebdc0cf /mk/bsd.pkg.mk | |
parent | 5c5f1dbbceb20d46054329e3b908f1a682f2a2e1 (diff) | |
download | pkgsrc-935026630fefb4fed0a6e25cc76e089c00683ba3.tar.gz |
Use the latest libtool.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 1a3b48024a4..17d6bef82e3 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.706 2001/04/03 12:06:31 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.707 2001/04/03 17:58:33 skrll Exp $ # # This file is in the public domain. # @@ -219,9 +219,9 @@ CONFIGURE_ENV+= LIBS="${LIBS} -L${LOCALBASE}/lib -lintl" .if defined(USE_LIBTOOL) LIBTOOL= ${LOCALBASE}/bin/libtool -BUILD_DEPENDS+= libtool>=1.4.20010219nb4:../../devel/libtool +BUILD_DEPENDS+= libtool>=1.4.20010219nb5:../../devel/libtool .if defined(USE_LTDL) -DEPENDS+= libtool>=1.4.20010219nb4:../../devel/libtool +DEPENDS+= libtool>=1.4.20010219nb5:../../devel/libtool .endif CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" |