CHANGELOG: Version 1.17 ------------ * recursively evaluate #if expressions after macro expansion (fix)
12 lines
315 B
Makefile
12 lines
315 B
Makefile
# $NetBSD: buildlink3.mk,v 1.9 2013/08/16 21:42:29 szptvlfn Exp $
|
|
|
|
BUILDLINK_TREE+= hs-cpphs
|
|
|
|
.if !defined(HS_CPPHS_BUILDLINK3_MK)
|
|
HS_CPPHS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-cpphs+= hs-cpphs>=1.17
|
|
BUILDLINK_PKGSRCDIR.hs-cpphs?= ../../wip/hs-cpphs
|
|
.endif # HS_CPPHS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-cpphs
|