diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-06-28 15:58:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-06-28 15:58:43 +0800 |
commit | f9af5f78dee4b32a05886a78af6abd173707b118 (patch) | |
tree | 83364b3fc0040900e6674c78066fed04410376c6 | |
parent | 7187e69caab7910fae5f4b625501bbe27ca7e467 (diff) | |
download | freebsd-ports-graphics-f9af5f78dee4b32a05886a78af6abd173707b118.tar.gz freebsd-ports-graphics-f9af5f78dee4b32a05886a78af6abd173707b118.tar.zst freebsd-ports-graphics-f9af5f78dee4b32a05886a78af6abd173707b118.zip |
- Fix typo: "you need USES=nssl" -> "you need USES=ssl"
Approved by: mat
Differential Revision: D6997
-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 302696154fc..dfcd80c16ea 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -120,7 +120,7 @@ baselibs() { -type f -exec readelf -d {} + 2>/dev/null) EOF if [ -z "${USESSSL}" -a -n "${found_openssl}" ]; then - warn "you need USES=nssl" + warn "you need USES=ssl" elif [ -n "${USESSSL}" -a -z "${found_openssl}" ]; then warn "you may not need USES=ssl" fi |