diff -ru /poudriere/poudriere/ports/security/seahorse/Makefile /usr/local/poudriere/ports/laptop_12_2_0/security/seahorse/Makefile --- /poudriere/poudriere/ports/security/seahorse/Makefile 2020-11-06 06:09:06.000000000 -0500 +++ /usr/local/poudriere/ports/laptop_12_2_0/security/seahorse/Makefile 2020-12-04 17:42:10.559679000 -0500 @@ -59,6 +59,11 @@ .include +.if !exists(/usr/bin/ssh) +BUILD_DEPENDS+= ${LOCALBASE}/bin/ssh:security/openssh-portable +RUN_DEPENDS+= ${LOCALBASE}/bin/ssh:security/openssh-portable +.endif + .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 LDFLAGS+= -fuse-ld=lld .endif