diff options
author | skrll <skrll> | 2001-04-15 07:54:49 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-04-15 07:54:49 +0000 |
commit | 7d2508bcb83ebb74ca3a4cfa6075563f939c3dac (patch) | |
tree | d4e758af6d3cd7ad43d07cf98baad48cf16279a5 | |
parent | 75ba53d97a925408d26ba40a11b68fadb608423a (diff) | |
download | pkgsrc-7d2508bcb83ebb74ca3a4cfa6075563f939c3dac.tar.gz |
{BUILD_}DEPEND on devel/libtool
-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}" |