pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/libotr remove "BUILDLINK_DEPMETHOD.libotr?= build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/587f9b90ec83
branches:  trunk
changeset: 499113:587f9b90ec83
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Sep 09 23:45:27 2005 +0000

description:
remove "BUILDLINK_DEPMETHOD.libotr?=    build", because depending
packages can dynamically link libotr and thus must depend on it.

reviewed by wiz@

diffstat:

 chat/libotr/buildlink3.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a2d0ea64c061 -r 587f9b90ec83 chat/libotr/buildlink3.mk
--- a/chat/libotr/buildlink3.mk Fri Sep 09 23:13:12 2005 +0000
+++ b/chat/libotr/buildlink3.mk Fri Sep 09 23:45:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2005/03/25 17:21:26 nathanw Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2005/09/09 23:45:27 gdt Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 LIBOTR_BUILDLINK3_MK:= ${LIBOTR_BUILDLINK3_MK}+
@@ -13,7 +13,6 @@
 .if !empty(LIBOTR_BUILDLINK3_MK:M+)
 BUILDLINK_DEPENDS.libotr+=     libotr>=2.0.1
 BUILDLINK_PKGSRCDIR.libotr?=   ../../chat/libotr
-BUILDLINK_DEPMETHOD.libotr?=   build
 .endif # LIBOTR_BUILDLINK3_MK
 
 BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index