diff options
author | rh <rh@pkgsrc.org> | 2000-07-14 06:55:26 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-07-14 06:55:26 +0000 |
commit | 8410aeda89ac401bd71bfbd1be8a95e819acf4b2 (patch) | |
tree | 59cffb7d2153837ac874ab7106a282ffc6eae7bf /mk/bsd.pkg.mk | |
parent | 4bc2a8c58806ef79f57052cb012f56a156638ce0 (diff) | |
download | pkgsrc-8410aeda89ac401bd71bfbd1be8a95e819acf4b2.tar.gz |
Make USE_LIBTOOL depend on libtool-1.3.5nb4 or higher to make sure a C++
compatible version is used.
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 549a3755acf..ed9a784b937 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.502 2000/07/13 11:40:04 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.503 2000/07/14 06:55:26 rh Exp $ # # This file is in the public domain. # @@ -159,9 +159,9 @@ DEPENDS+= gtexinfo-3.12:../../devel/gtexinfo .if defined(USE_LIBTOOL) LIBTOOL= ${LOCALBASE}/bin/libtool # XXX: actually, here we would need something like -# BUILD_DEPENDS+=libtool>1.3.5nb2:../../devel/libtool +# BUILD_DEPENDS+=libtool>1.3.5nb3:../../devel/libtool .if make(misc-depends) -DEPENDS+= libtool>1.3.5nb2:../../devel/libtool +DEPENDS+= libtool>1.3.5nb3:../../devel/libtool .endif .elif defined(USE_PKGLIBTOOL) .if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" |