Include buildlink for Xft2. This package depends on it.
Noticed under FreeBSD using X.org that it couldn't find Xft headers. And see that libmb library on NetBSD using native X directly needs libXft library. Bump PKGREVISION because this could create a new dependency. (I also saw that this uses freetype and fontconfig too, but I didn't add this though because it didn't fail build and I am not sure yet.)
This commit is contained in:
parent
eb1bde6d0b
commit
916523c8b7
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:27 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2005/06/01 04:06:53 reed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libmatchbox-1.6
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://projects.o-hand.com/matchbox/sources/libmatchbox/1.6/
|
||||
|
||||
|
@ -14,6 +15,7 @@ USE_LIBTOOL= yes
|
|||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../devel/pkgconfig/buildlink3.mk"
|
||||
.include "../../fonts/Xft2/buildlink3.mk"
|
||||
.include "../../graphics/xpm/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.3 2005/04/07 13:43:15 ben Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.4 2005/06/01 04:06:52 reed Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
LIBMATCHBOX_BUILDLINK3_MK:= ${LIBMATCHBOX_BUILDLINK3_MK}+
|
||||
|
@ -16,6 +16,7 @@ BUILDLINK_RECOMMENDED.libmatchbox+= libmatchbox>=1.6
|
|||
BUILDLINK_PKGSRCDIR.libmatchbox?= ../../devel/libmatchbox
|
||||
.endif # LIBMATCHBOX_BUILDLINK3_MK
|
||||
|
||||
.include "../../fonts/Xft2/buildlink3.mk"
|
||||
.include "../../graphics/xpm/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue