summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-07 21:18:12 +0000
committerjlam <jlam>2004-01-07 21:18:12 +0000
commit60b7d1412943e892589f0aa257e2cf7a4db7ded6 (patch)
treef985de3c4b7101943fb9e611b29d009402ef4c65
parenteec4ef87b39a38d0dc70ee4a995585b6cb2af64f (diff)
downloadpkgsrc-60b7d1412943e892589f0aa257e2cf7a4db7ded6.tar.gz
Use dlcompat/buildlink3.mk on Darwin.
-rw-r--r--devel/libtool-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 58735fc1d0b..bc7445b61df 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/05 11:12:46 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/07 21:18:12 jlam Exp $
#
.include "../../devel/libtool/Makefile.common"
@@ -29,7 +29,7 @@ CONFIGURE_ARGS= --enable-ltdl-install
.endif
.if !empty(MACHINE_PLATFORM:MDarwin-*-*)
-. include "../../devel/dlcompat/buildlink2.mk"
+. include "../../devel/dlcompat/buildlink3.mk"
.endif
BUILD_SHLIBTOOL?= YES