pkgsrc/multimedia/totem/buildlink3.mk
joerg f24be610fc API depends of multimedia/totem/buildlink3.mk allows both totem and
totem-xine, ABI depends only the former. This creates conflicts when
pkg_add picks the latter to fulfill the API depends. Allow both packages
for the ABI depends as well and bump the revisions of the two affected
packages.
2007-06-26 14:47:55 +00:00

24 lines
769 B
Makefile

# $NetBSD: buildlink3.mk,v 1.8 2007/06/26 14:47:55 joerg Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
TOTEM_BUILDLINK3_MK:= ${TOTEM_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= totem
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ntotem}
BUILDLINK_PACKAGES+= totem
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}totem
.if !empty(TOTEM_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.totem+= {totem,totem-xine}>=1.4.0
BUILDLINK_ABI_DEPENDS.totem?= {totem,totem-xine}>=2.18.1nb1
BUILDLINK_PKGSRCDIR.totem?= ../../multimedia/totem
.endif # TOTEM_BUILDLINK3_MK
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}