Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2024 19:56:35 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fa93a47106ab - main - net/ntp: Fix build w/o autogen preinstalled
Message-ID:  <202410301956.49UJuZgB021571@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410301956.49UJuZgB021571>