10540704e1
Bug * User-Agent string for AttributeQuery is throwing junk into request * Chaining TrustEngine doesn't clear matching criteria between engines, so TrustEngine ordering affects the results. New Feature * Implement support for fetching CRLs based on the CRL distribution point extension
13 lines
336 B
Makefile
13 lines
336 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2011/02/23 09:09:31 adam Exp $
|
|
|
|
BUILDLINK_TREE+= xmltooling
|
|
|
|
.if !defined(XMLTOOLING_BUILDLINK3_MK)
|
|
XMLTOOLING_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.xmltooling+= xmltooling>=1.3.3
|
|
BUILDLINK_PKGSRCDIR.xmltooling?= ../../textproc/xmltooling
|
|
|
|
.endif # XMLTOOLING_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -xmltooling
|