git: 3753b094024f - main - graphics/povray37: Fix build without JPEG

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Thu, 09 Jan 2025 07:28:49 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3753b094024f12048e34cc6f1248ddf0569ae931

commit 3753b094024f12048e34cc6f1248ddf0569ae931
Author:     Philipp Ost <bsd@philippost.de>
AuthorDate: 2025-01-07 18:32:48 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2025-01-09 07:28:32 +0000

    graphics/povray37: Fix build without JPEG
    
    PR:             283768
    Reported by:    freebsd@koenigbj.8bx.de
---
 graphics/povray37/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile
index dd49d7396768..646c2c166b01 100644
--- a/graphics/povray37/Makefile
+++ b/graphics/povray37/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	povray
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.7.0.10
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	graphics
 PKGNAMESUFFIX=	37
 
@@ -43,7 +43,7 @@ IO_DESC=	Without I/O restrictions (security risk)
 IO_CONFIGURE_ON=	--disable-io-restrictions
 
 JPEG_USES=		jpeg
-JPEG_CONFIGURE_OFF=	--without-jpeg
+JPEG_CONFIGURE_OFF=	--without-libjpeg
 
 OPENEXR_LIB_DEPENDS=	libImath.so:math/Imath \
 			libOpenEXR.so:graphics/openexr