diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-06-11 23:12:26 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-06-11 23:12:26 +0000 |
commit | e47d5e45efe70b13c184d7412f675a5596e4843b (patch) | |
tree | 0f8a3f3bd758245e39d38d985f215d8aad093f57 /ftp | |
parent | c4ae703d01cdfaa9dfd6f3b3d3019dd243fdc95b (diff) |
Note restriction on wgetpro: on its home page, the authors warn
that it may be covered by Microsoft's active stream format patent.
Notes
Notes:
svn path=/head/; revision=137288
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wgetpro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/wgetpro/Makefile b/ftp/wgetpro/Makefile index 5efe7bc2941c..95d97b5edfbd 100644 --- a/ftp/wgetpro/Makefile +++ b/ftp/wgetpro/Makefile @@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Wget with "PRO" features +RESTRICTED= "may implement United States Patent 6,041,345" USE_REINPLACE= yes USE_GETOPT_LONG= yes USE_OPENSSL= yes |