Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2024 15:12:28 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0c59a1e5a6ad - main - net/sniffnet: fix build
Message-ID:  <202406031512.453FCSXM042496@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406031512.453FCSXM042496>