summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorapb <apb>2011-02-23 15:41:48 +0000
committerapb <apb>2011-02-23 15:41:48 +0000
commit94ea8a217ba5b8b923fe70031009c12f878ad6b3 (patch)
treebc1cfae9597e902eac0f40666fb6525506d13ecf /multimedia
parent97a6b197cee50a2b1c7866683da774a2a4e00340 (diff)
downloadpkgsrc-94ea8a217ba5b8b923fe70031009c12f878ad6b3.tar.gz
libmatroska does not build with libebml-0.7.8, so bump a dependency from
0.7.7nb1 to 0.8. There's a note in the libmatroska Changelog about using macros defined in libebml-0.8.0, so I used that version number in the dependency, but I tested only against libebml-1.0.0.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libmatroska/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile
index 6bb0536f69d..600ec5e1d3e 100644
--- a/multimedia/libmatroska/Makefile
+++ b/multimedia/libmatroska/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2011/02/14 19:00:45 drochner Exp $
+# $NetBSD: Makefile,v 1.25 2011/02/23 15:41:48 apb Exp $
#
DISTNAME= libmatroska-1.1.0
@@ -26,7 +26,7 @@ INSTALL_TARGET= install_headers install_sharedlib
TEST_TARGET= test
# needed for libtoolization
-BUILDLINK_API_DEPENDS.libebml+= libebml>=0.7.7nb1
+BUILDLINK_API_DEPENDS.libebml+= libebml>=0.8
.include "../../devel/libebml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"