f0ffc39c2c
changes: -API extensions -bugfixes pkgsrc note: while the changelog doesn't tell details, there seems to be an ABI incompatibility to the previous version. Bump the bl3 dependency.
18 lines
527 B
Makefile
18 lines
527 B
Makefile
# $NetBSD: buildlink3.mk,v 1.18 2010/07/08 18:46:46 drochner Exp $
|
|
#
|
|
# This Makefile fragment is included by packages that use libmatroska.
|
|
#
|
|
|
|
BUILDLINK_TREE+= libmatroska
|
|
|
|
.if !defined(LIBMATROSKA_BUILDLINK3_MK)
|
|
LIBMATROSKA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libmatroska+= libmatroska>=0.8.0
|
|
BUILDLINK_ABI_DEPENDS.libmatroska?= libmatroska>=1.0.0
|
|
BUILDLINK_PKGSRCDIR.libmatroska?= ../../multimedia/libmatroska
|
|
|
|
.include "../../devel/libebml/buildlink3.mk"
|
|
.endif # LIBMATROSKA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libmatroska
|