On 2021/08/19 06:28, Josh Grosse wrote: > On Thu, Aug 19, 2021 at 10:26:02AM +0200, Gonzalo L. Rodriguez wrote: > > ping... > > > > anyone? > > Hi. I get the following message from portcheck(1). The output from > port-lib-depends-check is clean. > > "LIB_DEPENDS x11/qt5/qtscript not needed for x11/smtube ?"
man bsd.port.mk | less +'/not needed' This usually means a WANTLIB was removed and the associated LIB_DEPENDS was not removed. The package will be created *without* the dependency. > Tested fine on amd64. >