Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2024 14:32:40 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 30e416061ae9 - main - www/dillo2: Fix jpeg option
Message-ID:  <202406071432.457EWeVo051444@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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