git: 95ccbaa9f0aa - main - www/fgallery: Remove PNGCRUSH option properly

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 17 Mar 2024 13:26:08 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=95ccbaa9f0aad431759f8ba432b1f4f61b8a8033

commit 95ccbaa9f0aad431759f8ba432b1f4f61b8a8033
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-03-17 13:24:38 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-03-17 13:24:59 +0000

    www/fgallery: Remove PNGCRUSH option properly
    
    Missed one line, OPTIONS_DEFINE
    Pointyhat to myself
    
    Approved by:    portmgr (blanket)
---
 www/fgallery/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/fgallery/Makefile b/www/fgallery/Makefile
index 57a8ed53eaac..e4c462781019 100644
--- a/www/fgallery/Makefile
+++ b/www/fgallery/Makefile
@@ -23,7 +23,7 @@ GH_TAGNAME=	45a8629
 NO_ARCH=	yes
 NO_BUILD=	yes
 
-OPTIONS_DEFINE=		7ZIP FACEDETECT JPEGOPTIM PNGCRUSH
+OPTIONS_DEFINE=		7ZIP FACEDETECT JPEGOPTIM
 OPTIONS_DEFAULT=	7ZIP FACEDETECT JPEGOPTIM
 
 7ZIP_DESC=		Use 7-Zip for better zip compression