Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2023 00:08:20 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: cac57da286d0 - main - lang/racket: remove redundant LIB_DEPENDS
Message-ID:  <202305220008.34M08Kct025503@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=cac57da286d02e782a2c4d9c00ab576aea957023

commit cac57da286d02e782a2c4d9c00ab576aea957023
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-05-22 00:06:57 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-05-22 00:08:12 +0000

    lang/racket: remove redundant LIB_DEPENDS
    
    There already is USE_GNOME=cairo.
---
 lang/racket/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lang/racket/Makefile b/lang/racket/Makefile
index bf848981cd22..fc5431c9008e 100644
--- a/lang/racket/Makefile
+++ b/lang/racket/Makefile
@@ -21,8 +21,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 NOT_FOR_ARCHS=	riscv64
 NOT_FOR_ARCHS_REASON=	unsupported platform
 
-LIB_DEPENDS=	libcairo.so:graphics/cairo \
-		libffi.so:devel/libffi \
+LIB_DEPENDS=	libffi.so:devel/libffi \
 		liblz4.so:archivers/liblz4 \
 		libpng.so:graphics/png
 



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