diff options
author | netchild <netchild@FreeBSD.org> | 2004-03-20 22:52:19 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-03-20 22:52:19 +0800 |
commit | 47f2aeeb531027f1477c648abac46ef38b25ccb7 (patch) | |
tree | 19f43885785164e87415582cb614f59cbb5cdb26 /audio | |
parent | 3a345e80ee847d785dfc43cf1d116a5b2db18973 (diff) | |
download | freebsd-ports-gnome-47f2aeeb531027f1477c648abac46ef38b25ccb7.tar.gz freebsd-ports-gnome-47f2aeeb531027f1477c648abac46ef38b25ccb7.tar.zst freebsd-ports-gnome-47f2aeeb531027f1477c648abac46ef38b25ccb7.zip |
Trevor thinks we may be seen as a manufacturer of lame if we distribute
packages, so mark the port as NO_PACKAGE for patent licensing
reasons.
The distfile is safe to distribute.
Discussed with: trevor, Gabriel Bouvigne <bouvigne@mp3-tech.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lame/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index ca945ed637b6..d3171a9dec97 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -26,6 +26,8 @@ USE_LIBTOOL_VER=15 USE_GMAKE= yes CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest +NO_PACKAGE= "patent issues, see http://www.mp3licensing.com/" + MAN1= lame.1 DOC_FILES= API LICENSE PRESETS.draft README TODO USAGE |