git: 0c59a1e5a6ad - main - net/sniffnet: fix build

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Mon, 03 Jun 2024 15:12:28 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0c59a1e5a6adcb966ed2cebd3596b6fb5f9b09f0

commit 0c59a1e5a6adcb966ed2cebd3596b6fb5f9b09f0
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-05-27 13:56:16 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-06-03 15:07:54 +0000

    net/sniffnet: fix build
    
      OpenSSL library directory does not exist: [""]
---
 net/sniffnet/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/sniffnet/Makefile b/net/sniffnet/Makefile
index 9ae990e9f377..a8da79567658 100644
--- a/net/sniffnet/Makefile
+++ b/net/sniffnet/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		cargo
+USES=		cargo ssl
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	GyulyVGC