From d56efc9c221a1d842e2d94bc4a974a384e0c812c Mon Sep 17 00:00:00 2001 From: madpilot Date: Fri, 27 Sep 2013 15:17:26 +0000 Subject: Import a bunch of iconv fixes. Submitted by: marino Approved by: portmgr (bapt, implicit) --- math/gnuplot/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'math') diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 17bb36b8fe4b..7f97ecfc96cd 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -9,7 +9,9 @@ MASTER_SITES= SF MAINTAINER= glewis@FreeBSD.org COMMENT= Command-line driven graphing utility +USES= iconv GNU_CONFIGURE= yes +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS+=--with-lasergnu \ --with-readline=gnu \ --without-linux-vga \ -- cgit