diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-12-15 20:22:14 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-12-15 20:22:14 +0000 |
commit | b49c1750b8c300e64ea14dd28b442cac5d5530cd (patch) | |
tree | e8bd4b4167e29486ae8e850803ebec5004f14a9e /net/ntp/Makefile | |
parent | f2742272dad5e64969f4eb224986d1b5933caed9 (diff) |
Fix build with LibreSSL.
PR: 215323
Submitted by: naddy
Notes
Notes:
svn path=/head/; revision=428634
Diffstat (limited to 'net/ntp/Makefile')
-rw-r--r-- | net/ntp/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index ca827574cfa1..3aa5960b7578 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -70,10 +70,6 @@ ${D}_CONFIGURE_ON= --enable-${D} BROKEN= Does not build under FreeBSD-9, aclocal not found .endif -.if ${SSL_DEFAULT:Mlibressl*} -IGNORE= detected LibreSSL (md5 definition conflicts) -.endif - # XXX Temporary hack. Remember to remove this next commit. post-extract: @${TOUCH} ${WRKSRC}/scripts/build/checkHtmlFileDates |