blob: 19335353ab2135d2778c6f03392769346cad979c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: buildlink3.mk,v 1.15 2014/01/01 11:52:02 wiz Exp $
BUILDLINK_TREE+= libotr
.if !defined(LIBOTR_BUILDLINK3_MK)
LIBOTR_BUILDLINK3_MK:=
# libotr 4 has backwards-incompatible API and ABI changes.
BUILDLINK_API_DEPENDS.libotr+= libotr>=4.0.0
BUILDLINK_ABI_DEPENDS.libotr+= libotr>=4.0.0nb1
BUILDLINK_PKGSRCDIR.libotr?= ../../chat/libotr
.include "../../security/libgcrypt/buildlink3.mk"
.endif # LIBOTR_BUILDLINK3_MK
BUILDLINK_TREE+= -libotr
|