diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-11-10 10:09:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-11-10 10:09:48 +0000 |
commit | 35326f1a9714f76f3671b263a47134133258ec1b (patch) | |
tree | ec00e643384652d97e7643f40c6342bff01bff0b /Mk/Scripts/qa.sh | |
parent | 532b7359be003bf854d62cb7aaccdee30cc43d18 (diff) |
Notes
Diffstat (limited to 'Mk/Scripts/qa.sh')
-rw-r--r-- | Mk/Scripts/qa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index e6ad01b84b0e..a56fe69f9614 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -611,7 +611,7 @@ proxydeps_suggest_uses() { elif [ ${pkg} = "devel/readline" ]; then warn "you need USES+=readline" # ssl - elif [ ${pkg} = "security/openssl" -o ${pkg} = "security/openssl-devel" \ + elif [ ${pkg} = "security/openssl" -o ${pkg} = "security/openssl111" \ -o ${pkg} = "security/libressl" -o ${pkg} = "security/libressl-devel" \ ]; then warn "you need USES=ssl" |