bbd57d65397754a5372ad6ca5094409383ab Auto-Submitted: auto-generated Date: Tue, 13 Jan 2026 00:14:40 +0000 Message-Id: <69658e70.392b7.2b63522e@gitrepo.freebsd.org> The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=7104bbd57d65397754a5372ad6ca5094409383ab commit 7104bbd57d65397754a5372ad6ca5094409383ab Author: Daniel Engberg AuthorDate: 2026-01-11 17:55:11 +0000 Commit: Daniel Engberg CommitDate: 2026-01-13 00:12:09 +0000 treewide: Remove library dependencies of devel/fam Remove any references that uses _DEPENDS Approved by: blanket --- sysutils/apachetop/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile index 41296613f169..36c75226a034 100644 --- a/sysutils/apachetop/Makefile +++ b/sysutils/apachetop/Makefile @@ -20,15 +20,12 @@ CONFIGURE_ENV+= NCURSES_CFLAGS="-I${NCURSESINC}" NCURSES_LIBS="-lncursesw" PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz -OPTIONS_DEFINE= ADNS FAM PCRE2 +OPTIONS_DEFINE= ADNS PCRE2 ADNS_DESC= Asynchronous-capable DNS support ADNS_LIB_DEPENDS= libadns.so:dns/adns ADNS_CONFIGURE_WITH= adns=${LOCALBASE} -FAM_LIB_DEPENDS= libfam.so:devel/fam -FAM_CONFIGURE_WITH= fam=${LOCALBASE} - PCRE2_DESC= Use Perl Compatible Regular Expressions (v2) PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 PCRE2_CONFIGURE_WITH= pcre2=${LOCALBASE}