blob: d8d5450e44f221d597a6efde238ddf60f723f582 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: buildlink3.mk,v 1.13 2012/05/07 01:53:17 dholland Exp $
BUILDLINK_TREE+= libotr
.if !defined(LIBOTR_BUILDLINK3_MK)
LIBOTR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libotr+= libotr>=3.0.0
BUILDLINK_ABI_DEPENDS.libotr+= libotr>=3.2.0nb1
BUILDLINK_PKGSRCDIR.libotr?= ../../chat/libotr
.include "../../security/libgcrypt/buildlink3.mk"
.endif # LIBOTR_BUILDLINK3_MK
BUILDLINK_TREE+= -libotr
|