git: 028c3098a24a - main - math/gretl: Broken on 13

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 06 Feb 2025 18:00:35 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=028c3098a24afaebecd97c91f279446b0149b469

commit 028c3098a24afaebecd97c91f279446b0149b469
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-02-06 15:11:14 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-02-06 18:00:33 +0000

    math/gretl: Broken on 13
    
    Reported by:    fallout
---
 math/gretl/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index 9a57b385f60a..9dfe954ab2bd 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -11,6 +11,8 @@ WWW=		https://gretl.sourceforge.net/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_13=	configure fails: checking for gnuplot >= 5.2 with cairo support... no
+
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libfftw3.so:math/fftw3 \
 		libgmp.so:math/gmp \