15 lines
338 B
Makefile
15 lines
338 B
Makefile
# $NetBSD: buildlink3.mk,v 1.11 2011/09/14 16:52:19 hans Exp $
|
|
|
|
BUILDLINK_TREE+= pth
|
|
|
|
.if !defined(PTH_BUILDLINK3_MK)
|
|
PTH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.pth+= pth>=2.0.0
|
|
BUILDLINK_ABI_DEPENDS.pth+= pth>=2.0.0nb2
|
|
BUILDLINK_PKGSRCDIR.pth?= ../../devel/pth
|
|
|
|
LIBS.SunOS+= -lresolv
|
|
.endif # PTH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -pth
|