diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-12-13 03:01:55 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-12-13 03:01:55 +0000 |
commit | 7062530064ab7cd7e8d3da0d7f3160a27b7202b2 (patch) | |
tree | 6eb114b4571ff4d5a9edabe01e4e2bbce2c864e1 /net | |
parent | a92deb28031abcf0c7622b75b4a46d2ad5d940c0 (diff) | |
download | ports-7062530064ab7cd7e8d3da0d7f3160a27b7202b2.tar.gz ports-7062530064ab7cd7e8d3da0d7f3160a27b7202b2.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/ntp-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 10ab8fd2548f..05d6a3436232 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -59,7 +59,7 @@ THREADS_CONFIGURE_WITH= threads .include <bsd.port.pre.mk> -if ${SSL_DEFAULT:Mlibressl*} +.if ${SSL_DEFAULT:Mlibressl*} IGNORE= detected LibreSSL (undefined references to MD5 symbols) .endif |