diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-26 01:39:21 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-26 01:39:21 +0000 |
commit | 5c2f1a3148099a618cc7bc7d3b276573ea456acb (patch) | |
tree | 465f09c5c448b3a3955c0d1d2950333d92898c6c /security/libidea | |
parent | c6a95a3a851f5dd0768d01622aeaa27969881c28 (diff) | |
download | ports-5c2f1a3148099a618cc7bc7d3b276573ea456acb.tar.gz ports-5c2f1a3148099a618cc7bc7d3b276573ea456acb.zip |
Submitted by: MAINTAINER
Update restricted message.
Notes
Notes:
svn path=/head/; revision=77465
Diffstat (limited to 'security/libidea')
-rw-r--r-- | security/libidea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libidea/Makefile b/security/libidea/Makefile index 45f858ebd079..d4d741a43491 100644 --- a/security/libidea/Makefile +++ b/security/libidea/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/ \ MAINTAINER= jim@corebsd.or.id COMMENT= IDEA block cipher library -RESTRICTED= "Crypto; export-controlled" +RESTRICTED= "Crypto; IDEA is a patented algorithm that requires proper licensing" WRKSRC= ${WRKDIR}/idea |