diff options
author | nia <nia@pkgsrc.org> | 2019-06-23 10:59:40 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-06-23 10:59:40 +0000 |
commit | 68c217019ea6584d6bf4245baeb10d2796584a83 (patch) | |
tree | a1bcc1e07d1d971e25abfad24d6492913bf8bb9d /audio | |
parent | 0cc40465ae73232dadc77de692a872ee24fd45bf (diff) | |
download | pkgsrc-68c217019ea6584d6bf4245baeb10d2796584a83.tar.gz |
faac: Remove RESTRICTED.
Similar motivation to removing it as faad2. To quote FreeBSD's commit:
"There is no evidence that faac may not be redistributed on sold media like
CDs/DVDs. Other well-established open source organisations arrive at the
same conclusion, e.g. [Debian, Ubuntu, and Arch Linux]"
Diffstat (limited to 'audio')
-rw-r--r-- | audio/faac/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index dfba66e37af..35af4f697db 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/12/01 11:00:03 adam Exp $ +# $NetBSD: Makefile,v 1.16 2019/06/23 10:59:40 nia Exp $ DISTNAME= faac-1.29.9.2 CATEGORIES= audio @@ -9,10 +9,6 @@ HOMEPAGE= http://faac.sourceforge.net/ COMMENT= AAC audio encoder LICENSE= gnu-gpl-v2 -RESTRICTED= This software may require the payment of patent royalties -NO_BIN_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} - USE_LIBTOOL= yes USE_TOOLS+= aclocal autoconf autoheader automake GNU_CONFIGURE= yes |