Redirect to mk/x11.b3.mk for !modular case.
This commit is contained in:
parent
aa696aacd6
commit
8ca15a204f
1 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 19:41:40 joerg Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2006/11/06 10:29:33 joerg Exp $
|
||||
|
||||
.include "../../mk/bsd.fast.prefs.mk"
|
||||
|
||||
.if ${X11_TYPE} != "modular"
|
||||
.include "../../mk/x11.buildlink3.mk"
|
||||
.else
|
||||
|
||||
BUILDLINK_DEPMETHOD.xbitmaps?= build
|
||||
|
||||
|
@ -19,3 +25,5 @@ BUILDLINK_PKGSRCDIR.xbitmaps?= ../../x11/xbitmaps
|
|||
.endif # XBITMAPS_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
||||
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue