summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjperkin <jperkin>2013-08-30 11:01:06 +0000
committerjperkin <jperkin>2013-08-30 11:01:06 +0000
commit744b44ac78b58e7fd8afac15fe989e1d35b6f54c (patch)
tree2fe668c582b0c71ea4c3c5bc9499b11b1393ac6d /audio
parentbf7d8024ab5494fc62bd789192ed683ffdb73182 (diff)
downloadpkgsrc-744b44ac78b58e7fd8afac15fe989e1d35b6f54c.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')
-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++