summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-07-04 19:23:17 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-07-04 19:23:17 +0000
commitb69c9dfee77fa447745cb0012ea8401232107513 (patch)
tree30e9c17ad38b0ea8ee129121f74fa76615aaac25
parentExtend the USES=php match so that it recognizes php:web as well, to prevent (diff)
Fix dangling backslash after r418011.
Committed under just-fix-it.
Notes
Notes: svn path=/head/; revision=418051
-rw-r--r--net/openntpd/Makefile2
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