diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-07 01:53:12 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-07 01:53:12 +0000 |
commit | 6dc45cafae6c89e50133e7faf5c8a53d8d87f912 (patch) | |
tree | 2ac2590726cbb11150ef7231a899b775335a7629 /chat/libotr | |
parent | e9a548d93fe995c9442e75b6780ce1bbb032e3ab (diff) | |
download | pkgsrc-6dc45cafae6c89e50133e7faf5c8a53d8d87f912.tar.gz |
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
Diffstat (limited to 'chat/libotr')
-rw-r--r-- | chat/libotr/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/libotr/buildlink3.mk b/chat/libotr/buildlink3.mk index b3c1855777c..d8d5450e44f 100644 --- a/chat/libotr/buildlink3.mk +++ b/chat/libotr/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2011/04/22 13:42:48 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2012/05/07 01:53:17 dholland Exp $ BUILDLINK_TREE+= libotr @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libotr LIBOTR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libotr+= libotr>=3.0.0 -BUILDLINK_ABI_DEPENDS.libotr?= libotr>=3.2.0nb1 +BUILDLINK_ABI_DEPENDS.libotr+= libotr>=3.2.0nb1 BUILDLINK_PKGSRCDIR.libotr?= ../../chat/libotr .include "../../security/libgcrypt/buildlink3.mk" |