Before testing OPSYS, bsd.prefs.mk has to be included.
This commit is contained in:
parent
0a0c187b78
commit
4cb74d094c
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:14:57 tv Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.3 2005/12/31 12:04:15 wiz Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
SANE_BACKENDS_BUILDLINK3_MK:= ${SANE_BACKENDS_BUILDLINK3_MK}+
|
||||
|
@ -16,6 +16,8 @@ BUILDLINK_RECOMMENDED.sane-backends+= sane-backends>=1.0.14nb1
|
|||
BUILDLINK_PKGSRCDIR.sane-backends?= ../../graphics/sane-backends
|
||||
.endif # SANE_BACKENDS_BUILDLINK3_MK
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if (${OPSYS} != "SunOS")
|
||||
. include "../../devel/libusb/buildlink3.mk"
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue