summaryrefslogtreecommitdiff
path: root/devel/libtool
diff options
context:
space:
mode:
authorjlam <jlam>2004-03-05 19:25:06 +0000
committerjlam <jlam>2004-03-05 19:25:06 +0000
commit12109d5b873e13ef999184b4ace84a18e0a72358 (patch)
treea3daf9a5fb572d8089372ce24f3f353d4bac8d47 /devel/libtool
parent04f41a3b8d89ef1b69c652c4374e1b9502c6283d (diff)
downloadpkgsrc-12109d5b873e13ef999184b4ace84a18e0a72358.tar.gz
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
Diffstat (limited to 'devel/libtool')
-rw-r--r--devel/libtool/buildlink3.mk18
1 files changed, 7 insertions, 11 deletions
diff --git a/devel/libtool/buildlink3.mk b/devel/libtool/buildlink3.mk
index 3e6bd6a15d7..8a5377c727a 100644
--- a/devel/libtool/buildlink3.mk
+++ b/devel/libtool/buildlink3.mk
@@ -1,9 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2004/02/11 04:23:35 xtraeme Exp $
-#
-# This Makefile fragment is included by packages that use libtool.
-#
-# This file was created automatically using createbuildlink-3.1.
-#
+# $NetBSD: buildlink3.mk,v 1.3 2004/03/05 19:25:11 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LTDL_BUILDLINK3_MK:= ${LTDL_BUILDLINK3_MK}+
@@ -12,11 +7,12 @@ LTDL_BUILDLINK3_MK:= ${LTDL_BUILDLINK3_MK}+
BUILDLINK_DEPENDS+= ltdl
.endif
-.if !empty(LTDL_BUILDLINK3_MK:M+)
-BUILDLINK_PACKAGES+= ltdl
-BUILDLINK_DEPENDS.ltdl+= libtool-base>=1.5.2
-BUILDLINK_PKGSRCDIR.ltdl?= ../../devel/libtool-base
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nltdl}
+BUILDLINK_PACKAGES+= ltdl
-.endif # LTDL_BUILDLINK3_MK
+.if !empty(LTDL_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.ltdl+= libtool-base>=1.5.2
+BUILDLINK_PKGSRCDIR.ltdl?= ../../devel/libtool-base
+.endif # LTDL_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}