-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}