git: cac57da286d0 - main - lang/racket: remove redundant LIB_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 May 2023 00:08:20 UTC
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