summaryrefslogtreecommitdiff
path: root/net/ntp
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-02-22 03:35:56 +0000
committerCy Schubert <cy@FreeBSD.org>2017-02-22 03:35:56 +0000
commit33c9f1e39bf12fe0d8775cf440ab0f2b641cb95f (patch)
treeed70d357676bfa9e4d98180ae8f1b2b2b153d436 /net/ntp
parentBump PORTREVISION for r434562. (diff)
OpenSSL includes are configured even though option is not selected
resulting in a build failure.
Diffstat (limited to 'net/ntp')
-rw-r--r--net/ntp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
index 23fc6ce99b25..8403860676a5 100644
--- a/net/ntp/Makefile
+++ b/net/ntp/Makefile
@@ -56,6 +56,7 @@ PERL_UTILS_USES= perl5
SSL_CONFIGURE_ON= --with-openssl-incdir=${OPENSSLINC} \
--with-openssl-libdir=${OPENSSLLIB}
SSL_CONFIGURE_OFF= --without-crypto
+SSL_BROKEN_OFF= Includes OpenSSL when deselected
THREADS_CONFIGURE_ENABLE= thread-support
THREADS_CONFIGURE_WITH= threads