pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssl the option for fee-based-commercial-u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a1728c83f6b
branches: trunk
changeset: 497000:1a1728c83f6b
user: grant <grant%pkgsrc.org@localhost>
date: Tue Jul 19 00:26:19 2005 +0000
description:
the option for fee-based-commercial-use is fee-based-commercial-use,
not fee-based-commercial.
diffstat:
security/openssl/options.mk | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r af1c9dafb71e -r 1a1728c83f6b security/openssl/options.mk
--- a/security/openssl/options.mk Mon Jul 18 21:40:55 2005 +0000
+++ b/security/openssl/options.mk Tue Jul 19 00:26:19 2005 +0000
@@ -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 @@
### 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 @@
### 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 @@
### 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
Home |
Main Index |
Thread Index |
Old Index