blob: d2629b7f0c4966f3180fc219883a06f88577fd5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: buildlink3.mk,v 1.21 2012/02/06 12:41:29 wiz Exp $
BUILDLINK_TREE+= seahorse
.if !defined(SEAHORSE_BUILDLINK3_MK)
SEAHORSE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.seahorse+= seahorse>=2.24.1
BUILDLINK_ABI_DEPENDS.seahorse?= seahorse>=2.32.0nb7
BUILDLINK_PKGSRCDIR.seahorse?= ../../security/seahorse
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.endif # SEAHORSE_BUILDLINK3_MK
BUILDLINK_TREE+= -seahorse
|