bbdd151ce7
existing value. This is critical to set the correct list of dependencies for a package.
22 lines
641 B
Makefile
22 lines
641 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2004/02/09 23:56:32 jlam Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
CAIRO_BUILDLINK3_MK:= ${CAIRO_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= cairo
|
|
.endif
|
|
|
|
.if !empty(CAIRO_BUILDLINK3_MK:M+)
|
|
BUILDLINK_PACKAGES+= cairo
|
|
BUILDLINK_DEPENDS.cairo+= cairo>=0.1.17
|
|
BUILDLINK_PKGSRCDIR.cairo?= ../../graphics/cairo
|
|
|
|
BUILDLINK_DEPENDS.freetype2+= freetype2>=2.1.5
|
|
|
|
. include "../../fonts/Xft2/buildlink3.mk"
|
|
. include "../../graphics/freetype2/buildlink3.mk"
|
|
. include "../../graphics/libpixman/buildlink3.mk"
|
|
.endif # CAIRO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|