Raise the dependency to 0.1.1 libpixman's buildlink3.mk. This avoids
the BUILDLINK_DEPENDS >= 0.1.1 in cairo's Makefile which is the only consumer anyway. Or, in other words: simplify
This commit is contained in:
parent
362eff70e7
commit
03c8635b86
2 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2004/05/12 09:57:13 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2004/06/26 20:24:03 recht Exp $
|
||||
|
||||
DISTNAME= cairo-0.1.23
|
||||
CATEGORIES= graphics
|
||||
|
@ -16,7 +16,6 @@ GNU_CONFIGURE= yes
|
|||
PKGCONFIG_OVERRIDE+= cairo.pc.in
|
||||
|
||||
BUILDLINK_DEPENDS.freetype2+= freetype2>=2.1.5
|
||||
BUILDLINK_DEPENDS.libpixman+= libpixman>=0.1.1
|
||||
BUILDLINK_DEPENDS.Xft2+= Xft2>=2.1.2
|
||||
BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.3 2004/03/05 19:25:35 jlam Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.4 2004/06/26 20:24:03 recht Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
LIBPIXMAN_BUILDLINK3_MK:= ${LIBPIXMAN_BUILDLINK3_MK}+
|
||||
|
@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibpixman}
|
|||
BUILDLINK_PACKAGES+= libpixman
|
||||
|
||||
.if !empty(LIBPIXMAN_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_DEPENDS.libpixman+= libpixman>=0.1.0
|
||||
BUILDLINK_DEPENDS.libpixman+= libpixman>=0.1.1
|
||||
BUILDLINK_PKGSRCDIR.libpixman?= ../../graphics/libpixman
|
||||
.endif # LIBPIXMAN_BUILDLINK3_MK
|
||||
|
||||
|
|
Loading…
Reference in a new issue