diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-27 15:17:26 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-27 15:17:26 +0000 |
commit | 0a0bcfbc545bf7321d1d9baa89b628a221cdd3eb (patch) | |
tree | f3f7b9324d9c9494194594bd3988fec89115e7cc /math/gnuplot | |
parent | 014bb2aecc0a535d90bcdbfd11ca59bb56916c4d (diff) | |
download | ports-0a0bcfbc545bf7321d1d9baa89b628a221cdd3eb.tar.gz ports-0a0bcfbc545bf7321d1d9baa89b628a221cdd3eb.zip |
Notes
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |