diff options
-rw-r--r-- | net/openntpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index 3a5c55c97e1f..9563636c8044 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -27,7 +27,7 @@ OPTIONS_DEFAULT= RESSL # Requires libtls from LibreSSL RESSL_USE= openssl=yes -RESSL_VARS= with_openssl_port=yes \ +RESSL_VARS= with_openssl_port=yes RESSL_CONFIGURE_WITH= cacert=${LOCALBASE}/etc/ssl/cert.pem RESSL_CPPFLAGS= -I${LOCALBASE}/include RESSL_LDFLAGS= -L${LOCALBASE}/lib |