aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorchuckr <chuckr@FreeBSD.org>2000-02-09 10:40:20 +0800
committerchuckr <chuckr@FreeBSD.org>2000-02-09 10:40:20 +0800
commitb56201c6ed24d9939a5e442fd300246f99efb3fe (patch)
tree4dd5a3a1d4201d2cfaf268e68308348252b79d68 /math
parent22b05de03dd35795cd9ed1e9545a9ae769580150 (diff)
downloadfreebsd-ports-gnome-b56201c6ed24d9939a5e442fd300246f99efb3fe.tar.gz
freebsd-ports-gnome-b56201c6ed24d9939a5e442fd300246f99efb3fe.tar.zst
freebsd-ports-gnome-b56201c6ed24d9939a5e442fd300246f99efb3fe.zip
Fix configure args for readline.
PR: 16579 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Diffstat (limited to 'math')
-rw-r--r--math/gnuplot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 87ffde66a230..48156fa83834 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