From abc530ccfe0e4e4598b684b794759b9320ca2cf0 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 9 Mar 2026 20:35:14 +0000 Subject: [PATCH] libiconv not needed --- math/gnuplot/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index b23f19aa58c..04b8beaa8f5 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,7 +1,7 @@ COMMENT = command-driven interactive function plotting program V = 5.4 -PATCHLEVEL = 8 +PATCHLEVEL = 9 DISTNAME = gnuplot-${V}.${PATCHLEVEL} CATEGORIES = math graphics SITES = ${SITE_SOURCEFORGE:=gnuplot/} @@ -56,8 +56,7 @@ CONFIGURE_ARGS += --with-x .if ${FLAVOR:Mno_cairo} || ${FLAVOR:Mno_x11} CONFIGURE_ARGS += --without-cairo .else -LIB_DEPENDS += converters/libiconv \ - devel/gettext,-runtime \ +LIB_DEPENDS += devel/gettext,-runtime \ devel/pango \ graphics/cairo WANTLIB += cairo gobject-2.0 glib-2.0 intl pango-1.0 pangocairo-1.0 harfbuzz