diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2015-07-04 02:04:21 +0800 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2015-07-04 02:04:21 +0800 |
commit | b5874857559c18316969f344146dd0941aa65ec1 (patch) | |
tree | 4f9419067c2973c86466f40ac5bfc8a9c97969dd /math | |
parent | 38fbd72ba47fde4da72639a92b687e808fcb147f (diff) | |
download | freebsd-ports-gnome-b5874857559c18316969f344146dd0941aa65ec1.tar.gz freebsd-ports-gnome-b5874857559c18316969f344146dd0941aa65ec1.tar.zst freebsd-ports-gnome-b5874857559c18316969f344146dd0941aa65ec1.zip |
. Add USES=readline for the readline dependency.
PR: 197995
Submitted by: johans@
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index e78c67fd3716..5231a442bce0 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= glewis@FreeBSD.org COMMENT= Command-line driven graphing utility -USES= iconv lua pkgconfig +USES= iconv lua pkgconfig readline USE_TEX= kpathsea GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} |