9da944d0cd
discussed with wiz@.
13 lines
545 B
Makefile
13 lines
545 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2014/08/29 14:08:39 szptvlfn Exp $
|
|
|
|
BUILDLINK_TREE+= hs-extensible-exceptions
|
|
|
|
.if !defined(HS_EXTENSIBLE_EXCEPTIONS_BUILDLINK3_MK)
|
|
HS_EXTENSIBLE_EXCEPTIONS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-extensible-exceptions+= hs-extensible-exceptions>=0.1.1
|
|
BUILDLINK_ABI_DEPENDS.hs-extensible-exceptions+= hs-extensible-exceptions>=0.1.1.4
|
|
BUILDLINK_PKGSRCDIR.hs-extensible-exceptions?= ../../devel/hs-extensible-exceptions
|
|
.endif # HS_EXTENSIBLE_EXCEPTIONS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-extensible-exceptions
|