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/xmradio | |
parent | 9515c295ca7c185f0650b8954c3600636f11cfba (diff) | |
download | pkgsrc-2681a8361b3d45f79483fc2ff5eed9bcae82791c.tar.gz |
Set LICENSE for a lot of audio packages.
Diffstat (limited to 'audio/xmradio')
-rw-r--r-- | audio/xmradio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile index 1028ef36c1a..0ffa8a816cf 100644 --- a/audio/xmradio/Makefile +++ b/audio/xmradio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2013/01/19 20:23:34 riastradh Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/20 12:10:35 nros Exp $ DISTNAME= xmradio-1.2 PKGREVISION= 5 @@ -8,6 +8,7 @@ MASTER_SITES= http://core.de/~coto/radio/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://core.de/~coto/xmradio.html COMMENT= Radio application for Brooktree 848 compatible TV cards +LICENSE= 2-clause-bsd DEPENDS+= sox>=12.16:../../audio/sox |