pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libtool-base Re-add dlcompat dependency lost in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78c47fd9813c
branches:  trunk
changeset: 481918:78c47fd9813c
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Oct 14 19:07:46 2004 +0000

description:
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:

 devel/libtool-base/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 47f0d5ea22b4 -r 78c47fd9813c devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile       Thu Oct 14 19:05:20 2004 +0000
+++ b/devel/libtool-base/Makefile       Thu Oct 14 19:07:46 2004 +0000
@@ -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 @@
        ${INSTALL_SCRIPT} ${WRKSRC}/shlibtool ${PREFIX}/bin/shlibtool
 .endif
 
+BUILDLINK_DEPMETHOD.dlcompat=  build
+
+.include "../../devel/dlcompat/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index