This update is quite delicate and I'm sure it'll break somewhere. So far I've only been able to test it in NetBSD/amd64 and Mac OS X Leopard. I'm bumping the dependency version in buildlink3.mk because the only package using this seems to be Monotone, and I'll updating it right away.
12 lines
290 B
Makefile
12 lines
290 B
Makefile
# $NetBSD: buildlink3.mk,v 1.7 2009/09/23 16:03:25 jmmv Exp $
|
|
|
|
BUILDLINK_TREE+= botan
|
|
|
|
.if !defined(BOTAN_BUILDLINK3_MK)
|
|
BOTAN_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.botan+= botan>=1.8.7
|
|
BUILDLINK_PKGSRCDIR.botan?= ../../security/botan
|
|
.endif # BOTAN_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -botan
|