aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-06-17 06:11:49 +0800
committermat <mat@FreeBSD.org>2016-06-17 06:11:49 +0800
commite7976cde529b037c1e0fb3a9e7ce6db8e72e42a1 (patch)
treef3a1f960856736f9be3be1c3f4cd5e3744f34fb1
parent136a1c55610b8c75ec96078844eb10d4e0b65c54 (diff)
downloadfreebsd-ports-gnome-e7976cde529b037c1e0fb3a9e7ce6db8e72e42a1.tar.gz
freebsd-ports-gnome-e7976cde529b037c1e0fb3a9e7ce6db8e72e42a1.tar.zst
freebsd-ports-gnome-e7976cde529b037c1e0fb3a9e7ce6db8e72e42a1.zip
Fix documentation.
Sponsored by: Absolight
-rw-r--r--Mk/bsd.openssl.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/Mk/bsd.openssl.mk b/Mk/bsd.openssl.mk
index f04500f84117..8017be85c06d 100644
--- a/Mk/bsd.openssl.mk
+++ b/Mk/bsd.openssl.mk
@@ -4,7 +4,7 @@
#
# Use of 'USE_OPENSSL=yes' includes this Makefile after bsd.ports.pre.mk
#
-# The user/port can now set these options in the Makefiles.
+# The port can now set these options in the Makefiles.
#
# WITH_OPENSSL_BASE=yes - Use the version in the base system.
# WITH_OPENSSL_PORT=yes - Use the OpenSSL port, even if base is up to date.
@@ -14,8 +14,9 @@
#
# Overrideable defaults:
#
-# OPENSSL_SHLIBVER= 8
-# OPENSSL_PORT= security/openssl
+# DEFAULT_VERSIONS+= ssl=<openssl variant>
+#
+# Variants being base, openssl, openssl-devel, libressl, and libressl-devel.
#
# The Makefile sets these variables:
# OPENSSLBASE - "/usr" or ${LOCALBASE}
@@ -78,7 +79,7 @@ MAKE_ARGS+= OPENSSL_CFLAGS="${OPENSSL_CFLAGS}"
OPENSSLBASE= ${LOCALBASE}
-OPENSSL_PORT?= security/${SSL_DEFAULT}
+OPENSSL_PORT= security/${SSL_DEFAULT}
# Get OPENSSL_SHLIBVER from the port
.sinclude <${PORTSDIR}/${OPENSSL_PORT}/version.mk>