diff options
author | nros <nros@pkgsrc.org> | 2016-04-20 12:10:24 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2016-04-20 12:10:24 +0000 |
commit | 2681a8361b3d45f79483fc2ff5eed9bcae82791c (patch) | |
tree | d00c69d12d8453b67d39622bbea7c29faa454e0c /audio/oggasm | |
parent | 9515c295ca7c185f0650b8954c3600636f11cfba (diff) | |
download | pkgsrc-2681a8361b3d45f79483fc2ff5eed9bcae82791c.tar.gz |
Set LICENSE for a lot of audio packages.
Diffstat (limited to 'audio/oggasm')
-rw-r--r-- | audio/oggasm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/oggasm/Makefile b/audio/oggasm/Makefile index 3ff4d17e3ca..7abdeec7a34 100644 --- a/audio/oggasm/Makefile +++ b/audio/oggasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/06/12 10:48:23 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2016/04/20 12:10:30 nros Exp $ # DISTNAME= oggasm_1.4.0 @@ -11,6 +11,7 @@ MAINTAINER= rxg@NetBSD.org # HOMEPAGE= http://oggasm.sourceforge.net/ # but see http://us.geocities.com/pvachusk/programs/index.html COMMENT= Perform batch conversion of mp3s into oggs +LICENSE= gnu-gpl-v2 DEPENDS+= mpg123>=0.59.18:../../audio/mpg123 DEPENDS+= vorbis-tools>=1.0.0.7:../../audio/vorbis-tools |