At the previous bump to 1.0.21nb1, dependency on libtiff was added,
so also need to add buildlink libtiff here. PR#44298.
This commit is contained in:
parent
f4ebd88c89
commit
4720c64334
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.13 2010/12/23 11:44:45 dsainty Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.14 2010/12/31 15:38:24 obache Exp $
|
||||
|
||||
BUILDLINK_TREE+= sane-backends
|
||||
|
||||
|
@ -14,6 +14,7 @@ BUILDLINK_PKGSRCDIR.sane-backends?= ../../graphics/sane-backends
|
|||
.if (${OPSYS} != "SunOS")
|
||||
. include "../../devel/libusb/buildlink3.mk"
|
||||
.endif
|
||||
.include "../../graphics/tiff/buildlink3.mk"
|
||||
.include "../../mk/jpeg.buildlink3.mk"
|
||||
.endif # SANE_BACKENDS_BUILDLINK3_MK
|
||||
|
||||
|
|
Loading…
Reference in a new issue