aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssl
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>1999-01-13 07:18:59 +0800
committerdirk <dirk@FreeBSD.org>1999-01-13 07:18:59 +0800
commit09bc65b0de2e9313b02b580a4ec1bacb3f1b2a60 (patch)
treeaa086c2a8fc2b95b8285d50f7bf77475061199bf /security/openssl
parent6159c936735ee2facfe84003748bba0b3b7c6da6 (diff)
downloadfreebsd-ports-gnome-09bc65b0de2e9313b02b580a4ec1bacb3f1b2a60.tar.gz
freebsd-ports-gnome-09bc65b0de2e9313b02b580a4ec1bacb3f1b2a60.tar.zst
freebsd-ports-gnome-09bc65b0de2e9313b02b580a4ec1bacb3f1b2a60.zip
Don't use rsaref if I_HAVE_AN_RSA_LICENSE is defined.
Requested by: Garrett Wollman <wollman@FreeBSD.ORG>: "If you have an RSA license, you DON'T want to use rsaref -- it's slow as hell. The only reason you would want to use rsaref is: 1) You are in the US. 2) The patent hasn't expired yet (600-someodd days and counting). 3) You wouldn't have the right to use RSA otherwise."
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 91a56ea042f8..fa4230fef12a 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun Jan 3 19:36:27 CET 1999
# Whom: Dirk Froemberg <dirk@FreeBSD.ORG>
#
-# $Id$
+# $Id: Makefile,v 1.24 1999/01/09 12:55:48 dirk Exp $
#
DISTNAME= openssl-0.9.1c
@@ -27,7 +27,7 @@ pre-fetch:
@${ECHO} "You must also have installed RSAREF if you are USA resident."
@${FALSE}
.elif defined(USA_RESIDENT)
-.if ${USA_RESIDENT} == YES
+.if ${USA_RESIDENT} == YES && !defined(I_HAVE_AN_RSA_LICENSE)
LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
post-configure: