blob: d7ddd28ecae6a2cc9af8b358ed896e62f883e5b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/07/14 21:03:57 ryoon Exp $
BUILDLINK_TREE+= libunique
.if !defined(LIBUNIQUE_BUILDLINK3_MK)
LIBUNIQUE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libunique+= libunique3>=3.0.2
BUILDLINK_PKGSRCDIR.libunique?= ../../x11/libunique3
.endif # LIBUNIQUE_BUILDLINK3_MK
BUILDLINK_TREE+= -libunique
|