pkgsrc/audio/streamtuner/buildlink3.mk
wiz 658d9cf876 tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.

Sorry for not finding this earlier.
2006-11-19 11:50:23 +00:00

23 lines
765 B
Makefile

# $NetBSD: buildlink3.mk,v 1.11 2006/11/19 11:50:23 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
STREAMTUNER_BUILDLINK3_MK:= ${STREAMTUNER_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= streamtuner
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nstreamtuner}
BUILDLINK_PACKAGES+= streamtuner
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}streamtuner
.if !empty(STREAMTUNER_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.streamtuner+= streamtuner>=0.99
BUILDLINK_ABI_DEPENDS.streamtuner?= streamtuner>=0.99.99nb5
BUILDLINK_PKGSRCDIR.streamtuner?= ../../audio/streamtuner
.endif # STREAMTUNER_BUILDLINK3_MK
.include "../../www/curl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}