openmotif needs x11 headers and libraries, so include mk/x11.buildlink3.mk.
This commit is contained in:
parent
efae399e64
commit
98cbd5dbc1
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2004/04/11 18:21:33 xtraeme Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2005/07/24 00:55:43 wiz Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
OPENMOTIF_BUILDLINK3_MK:= ${OPENMOTIF_BUILDLINK3_MK}+
|
||||
|
@ -15,4 +15,6 @@ BUILDLINK_DEPENDS.openmotif+= openmotif>=2.1.30
|
|||
BUILDLINK_PKGSRCDIR.openmotif?= ../../x11/openmotif
|
||||
.endif # OPENMOTIF_BUILDLINK3_MK
|
||||
|
||||
.include "../../mk/x11.buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
||||
|
|
Loading…
Reference in a new issue