blob: b088575e6448c6cbc45baa7f9165d81fb86671f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/02/10 17:57:38 drochner Exp $
BUILDLINK_TREE+= yelp-xsl
.if !defined(YELP_XSL_BUILDLINK3_MK)
YELP_XSL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.yelp-xsl+= yelp-xsl>=3.3.1
BUILDLINK_PKGSRCDIR.yelp-xsl?= ../../textproc/yelp-xsl
.endif # YELP_XSL_BUILDLINK3_MK
BUILDLINK_TREE+= -yelp-xsl
|