diff options
author | heinz <heinz> | 2010-01-24 17:11:17 +0000 |
---|---|---|
committer | heinz <heinz> | 2010-01-24 17:11:17 +0000 |
commit | 86fe7fc594aa3cdcfa66f97f0629b45404799c59 (patch) | |
tree | 501cae30f14c0c0a68e0cf85455ddf6166a63dde /audio/speex | |
parent | 0a00367b195f8ece97556d511c8fcaf56a2422a4 (diff) | |
download | pkgsrc-86fe7fc594aa3cdcfa66f97f0629b45404799c59.tar.gz |
Added LICENSE information.
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index e820aa93f6c..29661e788fa 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2010/01/16 17:57:37 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2010/01/24 17:11:18 heinz Exp $ # DISTNAME= speex-1.2rc1 @@ -9,6 +9,7 @@ MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.speex.org/ COMMENT= Open-source, patent-free voice codec +LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir |