summaryrefslogtreecommitdiffstats
path: root/math/gnuplot/Makefile
diff options
context:
space:
mode:
authorchuckr <chuckr@FreeBSD.org>2000-02-09 02:40:20 +0000
committerchuckr <chuckr@FreeBSD.org>2000-02-09 02:40:20 +0000
commitb56201c6ed24d9939a5e442fd300246f99efb3fe (patch)
tree4dd5a3a1d4201d2cfaf268e68308348252b79d68 /math/gnuplot/Makefile
parent22b05de03dd35795cd9ed1e9545a9ae769580150 (diff)
downloadFreeBSD-ports-b56201c6ed24d9939a5e442fd300246f99efb3fe.zip
FreeBSD-ports-b56201c6ed24d9939a5e442fd300246f99efb3fe.tar.gz
Fix configure args for readline.
PR: 16579 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Diffstat (limited to 'math/gnuplot/Makefile')
-rw-r--r--math/gnuplot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 87ffde6..48156fa 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -23,7 +23,7 @@ CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
--libdir=${LOCALBASE}/lib \
--with-x --without-linux-vga \
--with-gd=${LOCALBASE}/lib \
- --with-gnu-readline --with-lasergnu --with-png
+ --with-readline=gnu --with-lasergnu --with-png
post-install:
${MKDIR} ${PREFIX}/share/doc/gnuplot
OpenPOWER on IntegriCloud