diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-14 07:02:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-14 07:02:09 +0000 |
commit | c3f6be6f5d9eb25459862814d89be34def3bc584 (patch) | |
tree | a56ebd91aa8ab98f938d7f1f0f7a6c3c7ff43770 /audio/celt/Makefile | |
parent | 0b3fdda809c3a59dd8f849758204310bb957879b (diff) | |
download | pkgsrc-c3f6be6f5d9eb25459862814d89be34def3bc584.tar.gz |
Update to 0.11.3. shlib name changed, so update bl3.mk, but not package
depends on it.
3 years of changes, but no NEWS found.
Diffstat (limited to 'audio/celt/Makefile')
-rw-r--r-- | audio/celt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/celt/Makefile b/audio/celt/Makefile index ac07a023f48..1b1f12051a8 100644 --- a/audio/celt/Makefile +++ b/audio/celt/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/03 00:44:49 bjs Exp $ +# $NetBSD: Makefile,v 1.2 2012/08/14 07:02:09 wiz Exp $ # -DISTNAME= celt-0.5.0 +DISTNAME= celt-0.11.3 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/celt/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://downloads.us.xiph.org/releases/celt/ COMMENT= Ultra-low-delay, high-quality audio codec (experimental) +LICENSE= 2-clause-bsd PKG_DESTDIR_SUPPORT= user-destdir |