diff options
author | adamw <adamw@FreeBSD.org> | 2016-07-05 03:23:17 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-07-05 03:23:17 +0800 |
commit | 47e95035dca780391528d30bd7622afae34f0843 (patch) | |
tree | 30e9c17ad38b0ea8ee129121f74fa76615aaac25 /net | |
parent | 87a090f0842e90e4eec0cb34ab736ba3764601c9 (diff) | |
download | freebsd-ports-gnome-47e95035dca780391528d30bd7622afae34f0843.tar.gz freebsd-ports-gnome-47e95035dca780391528d30bd7622afae34f0843.tar.zst freebsd-ports-gnome-47e95035dca780391528d30bd7622afae34f0843.zip |
Fix dangling backslash after r418011.
Committed under just-fix-it.
Diffstat (limited to 'net')
-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 |