diff options
author | mat <mat@FreeBSD.org> | 2016-06-27 21:26:17 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-27 21:26:17 +0800 |
commit | 46451017b6f3d2f0427efe63115c1b6967bd8e1a (patch) | |
tree | 005378f6eb6c0385f519ae15d0c0d3075091ba1b /Mk/Scripts | |
parent | c05da3109afa0cc8ae8ea0a8d3fdfbc0ff9e392f (diff) | |
download | freebsd-ports-graphics-46451017b6f3d2f0427efe63115c1b6967bd8e1a.tar.gz freebsd-ports-graphics-46451017b6f3d2f0427efe63115c1b6967bd8e1a.tar.zst freebsd-ports-graphics-46451017b6f3d2f0427efe63115c1b6967bd8e1a.zip |
Catch up two instances of USE_OPENSSL.
Sponsored by: Absolight
Diffstat (limited to 'Mk/Scripts')
-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 e23e1c1c01a..302696154fc 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -529,7 +529,7 @@ proxydeps_suggest_uses() { elif [ ${pkg} = "security/openssl" -o ${pkg} = "security/openssl-devel" \ -o ${pkg} = "security/libressl" -o ${pkg} = "security/libressl-devel" \ ]; then - warn "you need USE_OPENSSL=yes" + warn "you need USES=ssl" # Tcl elif expr ${pkg} : "^lang/tcl" > /dev/null; then warn "you need USES+=tcl" |