blob: a47baf8557553bdb66ad152a191f620710da04b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: buildlink3.mk,v 1.31 2013/10/19 09:06:56 adam Exp $
BUILDLINK_TREE+= libgweather
.if !defined(LIBGWEATHER_BUILDLINK3_MK)
LIBGWEATHER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libgweather+= libgweather>=2.22.0
BUILDLINK_ABI_DEPENDS.libgweather+= libgweather>=2.30.3nb23
BUILDLINK_PKGSRCDIR.libgweather?= ../../devel/libgweather
.include "../../net/libsoup24/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.endif # LIBGWEATHER_BUILDLINK3_MK
BUILDLINK_TREE+= -libgweather
|