From: Renaud Allard Subject: Re: Fwd: [update] net/sniproxy 0.7.0 To: ports@openbsd.org Date: Wed, 1 Oct 2025 13:34:21 +0200 On 10/1/25 1:23 PM, Stuart Henderson wrote: >> -CONFIGURE_ARGS = --disable-rpath >> +CONFIGURE_ARGS = --disable-rpath --enable-dns > > separate line for each CONFIGURE_ARGS entry please > I have done that > pcre dependency needs changing > > sniproxy-0.7.0(net/sniproxy): > Missing lib: pcre2-8.0 (/usr/local/sbin/sniproxy) (NOT REACHABLE) > Extra: pcre.3 > It seems that if you build on a system with both pcre and pcre2 installed, it does this. LIB_DEPENDS lists pcre, not pcre2. How can I restrict it to pcre and not pcre2?