a36fb86593
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
15 lines
399 B
Makefile
15 lines
399 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2013/06/04 22:16:23 tron Exp $
|
|
|
|
BUILDLINK_TREE+= libotf
|
|
|
|
.if !defined(LIBOTF_BUILDLINK3_MK)
|
|
LIBOTF_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libotf+= libotf>=0.9.7
|
|
BUILDLINK_ABI_DEPENDS.libotf+= libotf>=0.9.13nb2
|
|
BUILDLINK_PKGSRCDIR.libotf?= ../../graphics/libotf
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.endif # LIBOTF_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libotf
|