diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 01:23:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 01:23:03 +0000 |
commit | 022dd28384c6c191c13f978824b86df2752882e4 (patch) | |
tree | 5b89fb789ba0c816d8b9c730c5cf220c85834f99 /mk | |
parent | e88dfe097aeb9aaa3988ae9aeb3fcc8a3aaa573b (diff) | |
download | pkgsrc-022dd28384c6c191c13f978824b86df2752882e4.tar.gz |
Remove (currently unused) USE_LTDL code -- use libtool/buildlink2.mk instead.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 1199c7db63b..707172fb3c7 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1070 2002/10/21 01:17:11 wiz Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1071 2002/10/21 01:23:03 wiz Exp $ # # This file is in the public domain. # @@ -326,11 +326,7 @@ LIBTOOL_REQD= 1.4.20010614nb9 LIBTOOL= ${LOCALBASE}/bin/libtool .if defined(USE_LIBTOOL) PKGLIBTOOL= ${LIBTOOL} -. if defined(USE_LTDL) -DEPENDS+= libtool>=${LIBTOOL_REQD}:../../devel/libtool -. else BUILD_DEPENDS+= libtool-base>=${LIBTOOL_REQD}:../../devel/libtool-base -. endif CONFIGURE_ENV+= LIBTOOL="${PKGLIBTOOL} ${LIBTOOL_FLAGS}" MAKE_ENV+= LIBTOOL="${PKGLIBTOOL} ${LIBTOOL_FLAGS}" .endif |