diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-12 23:18:59 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-12 23:18:59 +0000 |
commit | 682100bdab11f9cf6a03aca5b848db32ef4ddda9 (patch) | |
tree | 62370c28a5f57cf788723723981951e22976145a /security | |
parent | c2c699ace50e2f05aef7f753f57f8c7bd6db4956 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl-beta/Makefile | 4 | ||||
-rw-r--r-- | security/openssl/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index 91a56ea042f8..fa4230fef12a 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/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: 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: |