blob: 006fbc956596338b84b4a78a04d2dafb64713a96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: buildlink3.mk,v 1.8 2009/03/20 19:25:26 joerg Exp $
BUILDLINK_TREE+= pciutils
.if !defined(PCIUTILS_BUILDLINK3_MK)
PCIUTILS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.pciutils+= pciutils>=3.0.2
BUILDLINK_PKGSRCDIR.pciutils?= ../../sysutils/pciutils
BUILDLINK_DEPMETHOD.pciutils?= build
.endif # PCIUTILS_BUILDLINK3_MK
BUILDLINK_TREE+= -pciutils
|