graphics/gd requires USE_X11.
This commit is contained in:
parent
f475db42cd
commit
6ac0980e12
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.4 2004/01/13 01:41:07 simonb Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.5 2004/01/23 11:48:03 jlam Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
GD_BUILDLINK3_MK:= ${GD_BUILDLINK3_MK}+
|
||||
|
@ -12,6 +12,8 @@ BUILDLINK_PACKAGES+= gd
|
|||
BUILDLINK_DEPENDS.gd?= gd>=2.0.15
|
||||
BUILDLINK_PKGSRCDIR.gd?= ../../graphics/gd
|
||||
|
||||
USE_X11= yes
|
||||
|
||||
. include "../../mk/pthread.buildlink3.mk"
|
||||
. include "../../devel/zlib/buildlink3.mk"
|
||||
. include "../../graphics/freetype2/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue