diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-08-30 11:01:06 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-08-30 11:01:06 +0000 |
commit | 7b37bbe793e9842852f7758e26f21ac39e837192 (patch) | |
tree | 2fe668c582b0c71ea4c3c5bc9499b11b1393ac6d /audio/faad2 | |
parent | a91393bcc4fd312d225fae46d12d15a61a09c47c (diff) | |
download | pkgsrc-7b37bbe793e9842852f7758e26f21ac39e837192.tar.gz |
Remove binary restrictions. Since version 2.6 the licensing issues were
clarified by upstream and at least Debian and FreeBSD have provided binary
distributions since then.
Bump PKGREVISION.
Diffstat (limited to 'audio/faad2')
-rw-r--r-- | audio/faad2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile index ae9943a82de..377c99decb0 100644 --- a/audio/faad2/Makefile +++ b/audio/faad2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2012/09/11 23:59:32 asau Exp $ +# $NetBSD: Makefile,v 1.48 2013/08/30 11:01:06 jperkin Exp $ DISTNAME= faad2-2.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/} @@ -10,9 +10,6 @@ HOMEPAGE= http://www.audiocoding.com/ COMMENT= AAC decoding library LICENSE= gnu-gpl-v2 -RESTRICTED= Dolby doesn't allow binary distributions -NO_BIN_ON_FTP= ${RESTRICTED} -NO_BIN_ON_CDROM=${RESTRICTED} USE_TOOLS+= autoconf automake autoreconf gmake USE_LANGUAGES= c c++ |