diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-06 15:11:14 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-06 18:00:33 +0000 |
commit | 028c3098a24afaebecd97c91f279446b0149b469 (patch) | |
tree | da4ca73eeb35094ec14836e2cb295e00988fa08d | |
parent | 32cefc85a3f7a3e12385cc5e39d17093e11f9193 (diff) |
math/gretl: Broken on 13
Reported by: fallout
-rw-r--r-- | math/gretl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |