summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortv <tv>2004-10-14 19:07:46 +0000
committertv <tv>2004-10-14 19:07:46 +0000
commitcb43b0db73d78dbe1a5941487d50077d95316f28 (patch)
tree43600790398c5ed026015cfecfaabf005efa8105 /devel/libtool-base
parentb0b66c736e44c3d16828816d40014f044de5d023 (diff)
downloadpkgsrc-cb43b0db73d78dbe1a5941487d50077d95316f28.tar.gz
Re-add dlcompat dependency lost in libltdl overhaul, but since it's now only
needed at build time for libtool-base, mark BUILDLINK_DEPMETHOD as such.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index ca62ebc6425..57672c05658 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2004/10/14 19:04:56 tv Exp $
+# $NetBSD: Makefile,v 1.45 2004/10/14 19:07:46 tv Exp $
#
.include "../../devel/libtool/Makefile.common"
@@ -52,4 +52,7 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/shlibtool ${PREFIX}/bin/shlibtool
.endif
+BUILDLINK_DEPMETHOD.dlcompat= build
+
+.include "../../devel/dlcompat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"