diff options
Diffstat (limited to 'math/gretl/Makefile')
-rw-r--r-- | math/gretl/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 1489d87e57ab..634f2ba99091 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -1,5 +1,6 @@ PORTNAME= gretl -PORTVERSION= 2024a +PORTVERSION= 2024d +PORTREVISION= 2 CATEGORIES= math finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/ @@ -10,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 \ @@ -53,7 +56,7 @@ ATLAS_VARS_OFF= BLAS=-lblas LAPACK=-llapack GUI_DESC= Graphical user interface and plugins GUI_CONFIGURE_ON= --enable-gui=yes GUI_CONFIGURE_OFF= --enable-gui=no --enable-xdg=no -GUI_USE= GNOME=cairo,gtksourceview4,gdkpixbuf2 +GUI_USE= GNOME=cairo,gtksourceview4,gdkpixbuf GUI_USE_OFF= GNOME=glib20,libxml2 GUI_VARS= GTK_VER=3 GUI_VARS_OFF= GTK_VER=2 |