1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

treewide: Remove library dependencies of devel/fam

Remove any references that uses _DEPENDS

Approved by:	blanket
This commit is contained in:
Daniel Engberg
2026-01-11 18:55:11 +01:00
parent 03046e2e8c
commit 7104bbd57d
+1 -4
View File
@@ -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}