git: 30e416061ae9 - main - www/dillo2: Fix jpeg option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jun 2024 14:32:40 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=30e416061ae9b7123d276024654d93616f02198b commit 30e416061ae9b7123d276024654d93616f02198b Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-06-07 14:27:15 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-06-07 14:32:35 +0000 www/dillo2: Fix jpeg option PR: 279311 Reported by: mew14930xvi <mew14930xvi@inbox.lv> Submitted by: mew14930xvi <mew14930xvi@inbox.lv> MFH: 2024Q2 --- www/dillo2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile index 8eded5223a80..0c8dca239446 100644 --- a/www/dillo2/Makefile +++ b/www/dillo2/Makefile @@ -1,5 +1,6 @@ PORTNAME= dillo PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/dillo-browser/dillo/releases/download/v3.1.0/ \ LOCAL/bf/dillo/ \ @@ -48,7 +49,7 @@ COOKIES_CONFIGURE_ENABLE= cookies IPV6_CONFIGURE_ENABLE= ipv6 JPEG_CONFIGURE_ENABLE= jpeg -JPEG_USES= jpeg +JPEG_USES= jpeg localbase PNG_CONFIGURE_ENABLE= png PNG_LIB_DEPENDS= libpng.so:graphics/png