git: eddd24e57a72 - main - lang/pharo: USES+=ssl instead of direct dependency

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Sun, 10 Dec 2023 17:23:27 UTC
The branch main has been updated by fernape:

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

commit eddd24e57a723984ee762b07ab16b57d68cbe843
Author:     Trond Endrestøl <Trond.Endrestol@ximalas.info>
AuthorDate: 2023-12-09 13:08:09 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-12-10 17:23:12 +0000

    lang/pharo: USES+=ssl instead of direct dependency
    
    PR:             275553
    Reported by:    Trond.Endrestol@ximalas.info
---
 lang/pharo/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/pharo/Makefile b/lang/pharo/Makefile
index 70e73e9da54f..3d78689bb968 100644
--- a/lang/pharo/Makefile
+++ b/lang/pharo/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	pharo
 DISTVERSION=	10.0.9
 DISTVERSIONSUFFIX=	de76067
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	http://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/source/
 DISTNAME=	PharoVM-${DISTVERSION}-${DISTVERSIONSUFFIX}-Linux-x86_64-c-src
@@ -15,12 +16,11 @@ LIB_DEPENDS=	libffi.so:devel/libffi \
 		libgit2.so:devel/libgit2 \
 		libcairo.so:graphics/cairo \
 		libfreetype.so:print/freetype2 \
-		libssl.so:security/openssl \
 		libpixman-1.so:x11/pixman \
 		libpng.so:graphics/png \
 		libuuid.so:misc/e2fsprogs-libuuid
 
-USES=		cmake
+USES=		cmake ssl
 CMAKE_ARGS=	-DFLAVOUR=CoInterpreter \
 		-DPHARO_BIN_LOCATION=${PREFIX}/libexec/pharo10 \
 		-DGENERATED_SOURCE_DIR=.