diff options
author | itojun <itojun@pkgsrc.org> | 2001-04-17 23:32:34 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-04-17 23:32:34 +0000 |
commit | 164d230264c0358f83d65f910be62ab27ad79312 (patch) | |
tree | 6fa87419bda70d734302cc213cd021bed3bc11bf /security | |
parent | 6a4689d4def108c3ac518496402bdde3f977f88b (diff) | |
download | pkgsrc-164d230264c0358f83d65f910be62ab27ad79312.tar.gz |
clarify comment on LICENSE line.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 72a18c2580d..36e4212a83b 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2001/04/09 13:32:01 tron Exp $ +# $NetBSD: Makefile,v 1.38 2001/04/17 23:32:34 itojun Exp $ DISTNAME= openssl-0.9.6 CATEGORIES= security @@ -15,7 +15,7 @@ CONFLICTS= SSLeay-* ssleay-* base64-* CRYPTO= YES -# supplies IDEA/RC5 +# openssl supplies IDEA/RC5. IDEA/RC5 need license for commercial use. LICENCE= fee-based-commercial-use # matches what's in `Configure' (except sparc64) |