git: c01895784b65 - main - net-mgmt/mac-telnet: Make OpenSSL dependency explicit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Sep 2022 14:26:13 UTC
The branch main has been updated by marcus:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c01895784b65bdbaa47e5de17bc9c377db66c37d
commit c01895784b65bdbaa47e5de17bc9c377db66c37d
Author: Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2022-09-11 14:25:12 +0000
Commit: Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2022-09-11 14:25:12 +0000
net-mgmt/mac-telnet: Make OpenSSL dependency explicit
---
net-mgmt/mac-telnet/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-mgmt/mac-telnet/Makefile b/net-mgmt/mac-telnet/Makefile
index 0a95a5fb8e86..cba59af88658 100644
--- a/net-mgmt/mac-telnet/Makefile
+++ b/net-mgmt/mac-telnet/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mac-telnet
PORTVERSION= 0.4.5.a1
+PORTREVISION= 1
CATEGORIES= net-mgmt net
MAINTAINER= marcus@FreeBSD.org
@@ -8,7 +9,7 @@ WWW= https://github.com/haakonnessjoen/MAC-Telnet
LICENSE= GPLv2
-USES= autoreconf libtool pkgconfig gettext
+USES= autoreconf libtool pkgconfig gettext ssl
USE_GITHUB= yes
GH_ACCOUNT= haakonnessjoen