diff options
author | skrll <skrll@pkgsrc.org> | 2001-04-15 07:54:49 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-04-15 07:54:49 +0000 |
commit | 4a72123aef8ebbae87a00b07907e965f948c27e0 (patch) | |
tree | d4e758af6d3cd7ad43d07cf98baad48cf16279a5 /mk | |
parent | 0ba22eed8c48ccc99cd4683a2e3f6f549baf0da7 (diff) | |
download | pkgsrc-4a72123aef8ebbae87a00b07907e965f948c27e0.tar.gz |
{BUILD_}DEPEND on devel/libtool
Diffstat (limited to '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 4c6f67fa73e..0c3492825ac 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.716 2001/04/13 05:27:20 kei Exp $ +# $NetBSD: bsd.pkg.mk,v 1.717 2001/04/15 07:54:49 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-base>=1.4.20010219nb5:../../devel/libtool-base +BUILD_DEPENDS+= libtool>=1.4.20010219nb5:../../devel/libtool .if defined(USE_LTDL) -DEPENDS+= libtool-base>=1.4.20010219nb5:../../devel/libtool-base +DEPENDS+= libtool>=1.4.20010219nb5:../../devel/libtool .endif CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" |