diff options
author | Alexander Ziaee <oncussious.bugzilla_runbox.com> | 2024-10-30 19:51:40 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-10-30 19:56:24 +0000 |
commit | fa93a47106ab37410c58fa8dc0779482ca636f69 (patch) | |
tree | bdfa2fb6bb4dd52512e62384367c05c33f294901 | |
parent | b71b1b7da088dd6ec88cc38436d8c6dec8cd336b (diff) | |
download | ports-fa93a47106ab37410c58fa8dc0779482ca636f69.tar.gz ports-fa93a47106ab37410c58fa8dc0779482ca636f69.zip |
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
-rw-r--r-- | net/ntp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |