summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-10-14 19:07:46 +0000
committertv <tv@pkgsrc.org>2004-10-14 19:07:46 +0000
commit2b6574601b5588666f4488b4fe722837495c80a3 (patch)
tree43600790398c5ed026015cfecfaabf005efa8105 /devel/libtool-base
parent20c49bb803f8145794f53d49a57bcd0c701280e0 (diff)
downloadpkgsrc-2b6574601b5588666f4488b4fe722837495c80a3.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"