svn commit: r531326 - head/net/ntpsec

Yuri Victorovich yuri at FreeBSD.org
Fri Apr 10 15:49:34 UTC 2020


Author: yuri
Date: Fri Apr 10 15:49:33 2020
New Revision: 531326
URL: https://svnweb.freebsd.org/changeset/ports/531326

Log:
  net/ntpsec: Fix typo

Modified:
  head/net/ntpsec/Makefile

Modified: head/net/ntpsec/Makefile
==============================================================================
--- head/net/ntpsec/Makefile	Fri Apr 10 15:47:02 2020	(r531325)
+++ head/net/ntpsec/Makefile	Fri Apr 10 15:49:33 2020	(r531326)
@@ -11,7 +11,7 @@ COMMENT=	Network Time Protocol suite, refactored
 
 LICENSE=	BSD2CLAUSE
 
-BUiD_DEPENDS=	asciidoc:textproc/asciidoc
+BUILD_DEPENDS=	asciidoc:textproc/asciidoc
 LIB_DEPENDS=	libdns_sd.so:net/mDNSResponder
 
 USES=		bison gettext-runtime pkgconfig python shebangfix ssl waf


More information about the svn-ports-all mailing list