summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>2000-02-09 02:40:20 +0000
committerChuck Robey <chuckr@FreeBSD.org>2000-02-09 02:40:20 +0000
commit8547c0af1737f6049f8d27e8031a9b212a682bca (patch)
tree5f2f83505b307e3402edb8ebded25c6e59bc32db /math
parentUpdate port to 0.7.4: (diff)
Fix configure args for readline.
PR: 16579 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Notes
Notes: svn path=/head/; revision=25602
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