svn commit: r428461 - head/net/ntp-devel

Cy Schubert cy at FreeBSD.org
Tue Dec 13 03:01:57 UTC 2016


Author: cy
Date: Tue Dec 13 03:01:55 2016
New Revision: 428461
URL: https://svnweb.freebsd.org/changeset/ports/428461

Log:
  Correct cut&paste error, add missing dot.

Modified:
  head/net/ntp-devel/Makefile

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Tue Dec 13 03:00:08 2016	(r428460)
+++ head/net/ntp-devel/Makefile	Tue Dec 13 03:01:55 2016	(r428461)
@@ -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
 


More information about the svn-ports-head mailing list