diff options
author | jlam <jlam> | 2006-07-07 14:29:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-07 14:29:41 +0000 |
commit | 9d05dbb2a2160432b359c1348dec08751ddd7cd7 (patch) | |
tree | 9de2f017cb0e4a923ad1b4510921b61e181983cf | |
parent | 98849fb5951c324e966c9d88e5d16428be6e0108 (diff) | |
download | pkgsrc-9d05dbb2a2160432b359c1348dec08751ddd7cd7.tar.gz |
No need to define LIBTOOL_OVERRIDE explicitly since libtool-override.mk
will search for libtool scripts up to ${OVERRIDE_DIRDEPTH} below
${WRKSRC} already.
-rw-r--r-- | mk/bsd.pkg.use.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk index 0851aa33b44..6644838c1af 100644 --- a/mk/bsd.pkg.use.mk +++ b/mk/bsd.pkg.use.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.use.mk,v 1.35 2006/07/05 04:32:10 jlam Exp $ +# $NetBSD: bsd.pkg.use.mk,v 1.36 2006/07/07 14:29:41 jlam Exp $ # # Turn USE_* macros into proper depedency logic. Included near the top of # bsd.pkg.mk, after bsd.prefs.mk. @@ -93,7 +93,6 @@ LIBTOOL_REQD?= 1.5.18nb5 BUILD_DEPENDS+= libtool-base>=${_OPSYS_LIBTOOL_REQD:U${LIBTOOL_REQD}}:../../devel/libtool-base CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" -LIBTOOL_OVERRIDE?= libtool */libtool */*/libtool .endif ### USE_XPKGWEDGE |