blob: 43652dcae5d41c0757ffff03f52d1b9ea2e95161 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: buildlink3.mk,v 1.13 2009/03/20 19:24:18 joerg Exp $
BUILDLINK_TREE+= getopt
.if !defined(LIBGETOPT_BUILDLINK3_MK)
LIBGETOPT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.getopt+= libgetopt>=1.3
BUILDLINK_PKGSRCDIR.getopt?= ../../devel/libgetopt
.endif # LIBGETOPT_BUILDLINK3_MK
BUILDLINK_TREE+= -getopt
|