Limit BUILDLINK_API_DEPENDS to <1.7 to ensure the wrong cups doesn't get
pulled in, should fix bulk build failures seen with a number of packages.
This commit is contained in:
parent
e64d9b727e
commit
e5554143be
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.2 2014/06/18 10:33:30 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.3 2014/06/26 09:27:04 jperkin Exp $
|
||||
|
||||
BUILDLINK_TREE+= cups
|
||||
|
||||
.if !defined(CUPS_BUILDLINK3_MK)
|
||||
CUPS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.cups+= cups>=1.1.19nb3
|
||||
BUILDLINK_API_DEPENDS.cups+= cups>=1.1.19nb3<1.7
|
||||
BUILDLINK_ABI_DEPENDS.cups+= cups>=1.5.4nb9<1.7
|
||||
BUILDLINK_PKGSRCDIR.cups?= ../../print/cups15
|
||||
|
||||
|
|
Loading…
Reference in a new issue