summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-08-30 11:01:06 +0000
committerjperkin <jperkin@pkgsrc.org>2013-08-30 11:01:06 +0000
commit42864a66c64116eed088e5223f1e31e66161b55d (patch)
tree2fe668c582b0c71ea4c3c5bc9499b11b1393ac6d
parentcfeba95992febf02216a89617e8e27fa967e89d9 (diff)
downloadpkgsrc-42864a66c64116eed088e5223f1e31e66161b55d.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.
-rw-r--r--audio/faad2/Makefile7
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++