git: fa93a47106ab - main - net/ntp: Fix build w/o autogen preinstalled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Oct 2024 19:56:35 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa93a47106ab37410c58fa8dc0779482ca636f69 commit fa93a47106ab37410c58fa8dc0779482ca636f69 Author: Alexander Ziaee <oncussious.bugzilla_runbox.com> AuthorDate: 2024-10-30 19:51:40 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-10-30 19:56:24 +0000 net/ntp: Fix build w/o autogen preinstalled Previously, the port would not build complaining about no autogen. With this patch, the port builds and installs. MFH: 2024Q4 Differential Revision: https://reviews.freebsd.org/D47345 --- net/ntp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ntp/Makefile b/net/ntp/Makefile index dce7244f7f6d..b9101f5874c8 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -10,6 +10,7 @@ COMMENT= The Network Time Protocol Distribution WWW= https://www.ntp.org/ LIB_DEPENDS= libevent.so:devel/libevent +BUILD_DPENDS= autogen:devel/autogen CONFLICTS= ntpsec openntpd