diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-06-23 16:06:00 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-06-23 16:06:00 +0000 |
commit | c683fc40bcbb68753f4294cc27a5ad051f1e66d6 (patch) | |
tree | 879f663fd4a907a65013cf5da036c3beeb5ca0f5 /textproc/libebml/Makefile | |
parent | Add pkg-req file which was forgotten in the last commit. (diff) |
Update to 0.7.0
PR: 66497
Submitted by: michael johnson <ahze@ahze.net>
Notes
Notes:
svn path=/head/; revision=112066
Diffstat (limited to 'textproc/libebml/Makefile')
-rw-r--r-- | textproc/libebml/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile index ac1852f33b49..f4f51edb2b32 100644 --- a/textproc/libebml/Makefile +++ b/textproc/libebml/Makefile @@ -6,13 +6,15 @@ # PORTNAME= libebml -PORTVERSION= 0.6.5 +PORTVERSION= 0.7.0 CATEGORIES= textproc -MASTER_SITES= http://dl.matroska.org/downloads/libebml/ +MASTER_SITES= http://dl.matroska.org/downloads/libebml/ \ + http://www.bunkus.org/videotools/mkvtoolnix/sources/ MAINTAINER= lioux@FreeBSD.org COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML +USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes BUILD_WRKSRC= ${WRKSRC}/make/linux |