diff options
author | itojun <itojun> | 2000-10-10 11:42:15 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-10-10 11:42:15 +0000 |
commit | 67ca370d539377b7f1dd133a0f54655e9e6e537a (patch) | |
tree | 1883675ad1c6309c31f3e8abc6a3d1b678c63d1e /security/pgp5 | |
parent | d2de545b44974ca562f2e73bee4ba39a3decf834 (diff) | |
download | pkgsrc-67ca370d539377b7f1dd133a0f54655e9e6e537a.tar.gz |
add LICENCE=fee-based-commercial-use, for use of IDEA/RC5 logic.
(per discussion on packages@netbsd.org)
Diffstat (limited to 'security/pgp5')
-rw-r--r-- | security/pgp5/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 752fa879379..5d3361c4062 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/09/26 19:59:54 fredb Exp $ +# $NetBSD: Makefile,v 1.10 2000/10/10 11:42:18 itojun Exp $ # DISTNAME= pgp50i-unix-src @@ -23,6 +23,9 @@ CRYPTO= YES GNU_CONFIGURE= YES USE_RSAREF2= NO +# use of IDEA as crypto function +LICENCE= fee-based-commercial-use + PGPLIB= ${PREFIX}/share/pgp5 .include "../../mk/bsd.prefs.mk" |