summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgrant <grant>2005-07-19 00:26:19 +0000
committergrant <grant>2005-07-19 00:26:19 +0000
commit5fc933a85bee6e4358f0cde6c7ca0f3f2cc7ce55 (patch)
treef1f531b8910c6f53179763bbd18e3ce2550887c4 /security
parent54de08a3bef36923af1197a8b0af6557900ff57c (diff)
downloadpkgsrc-5fc933a85bee6e4358f0cde6c7ca0f3f2cc7ce55.tar.gz
the option for fee-based-commercial-use is fee-based-commercial-use,
not fee-based-commercial.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/options.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/security/openssl/options.mk b/security/openssl/options.mk
index 3cb6753a684..36ad898e3b2 100644
--- a/security/openssl/options.mk
+++ b/security/openssl/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2005/03/23 09:06:38 jlam Exp $
+# $NetBSD: options.mk,v 1.2 2005/07/19 00:26:19 grant Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openssl
PKG_SUPPORTED_OPTIONS= idea mdc2 rc5
@@ -13,8 +13,8 @@ OPENSSL_LICENSE= # empty
### Japan Patent: 508119/1991
###
.if !empty(PKG_OPTIONS:Midea)
-. if empty(OPENSSL_LICENSE:Mfee-based-commercial)
-OPENSSL_LICENSE= fee-based-commercial
+. if empty(OPENSSL_LICENSE:Mfee-based-commercial-use)
+OPENSSL_LICENSE= fee-based-commercial-use
. endif
PLIST_SUBST+= IDEA=
.else
@@ -27,8 +27,8 @@ PLIST_SUBST+= IDEA="@comment "
### US Patent: 4908861
###
.if !empty(PKG_OPTIONS:Mmdc2)
-. if empty(OPENSSL_LICENSE:Mfee-based-commercial)
-OPENSSL_LICENSE= fee-based-commercial
+. if empty(OPENSSL_LICENSE:Mfee-based-commercial-use)
+OPENSSL_LICENSE= fee-based-commercial-use
. endif
PLIST_SUBST+= MDC2=
.else
@@ -41,8 +41,8 @@ PLIST_SUBST+= MDC2="@comment "
### US Patent: 5724428, 5835600, 6269163
###
.if !empty(PKG_OPTIONS:Mrc5)
-. if empty(OPENSSL_LICENSE:Mfee-based-commercial)
-OPENSSL_LICENSE= fee-based-commercial
+. if empty(OPENSSL_LICENSE:Mfee-based-commercial-use)
+OPENSSL_LICENSE= fee-based-commercial-use
. endif
PLIST_SUBST+= RC5=
.else