diff options
author | salo <salo> | 2005-04-18 00:13:05 +0000 |
---|---|---|
committer | salo <salo> | 2005-04-18 00:13:05 +0000 |
commit | 15961f4feb52a6e9a7e0172a1a6915386cddc580 (patch) | |
tree | f5f95169eac8b4ac00b0b02ea936cd14be87932d /devel/libebml/Makefile | |
parent | 39829b6792511981ae634ba0552a856992376267 (diff) | |
download | pkgsrc-15961f4feb52a6e9a7e0172a1a6915386cddc580.tar.gz |
Update to version 0.7.4
Changes:
- add a couple of new elements
- fix compilation with gcc 4 and on AMD64
- address some other minor issues.
Diffstat (limited to 'devel/libebml/Makefile')
-rw-r--r-- | devel/libebml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile index 23cc0831883..d96cc85a622 100644 --- a/devel/libebml/Makefile +++ b/devel/libebml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:26 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/04/18 00:13:05 salo Exp $ # -DISTNAME= libebml-0.7.3 +DISTNAME= libebml-0.7.4 CATEGORIES= devel MASTER_SITES= http://dl.matroska.org/downloads/libebml/ EXTRACT_SUFX= .tar.bz2 |