diff options
author | Trond Endrestøl <Trond.Endrestol@ximalas.info> | 2023-12-09 13:08:09 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-12-10 17:23:12 +0000 |
commit | eddd24e57a723984ee762b07ab16b57d68cbe843 (patch) | |
tree | 0279c8b274880043f600657c00f13a92d8df91ea | |
parent | 9d8accbe0c0d7c0db16ec9bbb50bded19db8271f (diff) |
lang/pharo: USES+=ssl instead of direct dependency
PR: 275553
Reported by: Trond.Endrestol@ximalas.info
-rw-r--r-- | lang/pharo/Makefile | 4 |
1 files 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=. |