diff options
author | Cy Schubert <cy@FreeBSD.org> | 2017-02-22 03:35:56 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2017-02-22 03:35:56 +0000 |
commit | 33c9f1e39bf12fe0d8775cf440ab0f2b641cb95f (patch) | |
tree | ed70d357676bfa9e4d98180ae8f1b2b2b153d436 /net/ntp | |
parent | Bump 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/Makefile | 1 |
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 |