diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 2000-02-09 02:40:20 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 2000-02-09 02:40:20 +0000 |
commit | 8547c0af1737f6049f8d27e8031a9b212a682bca (patch) | |
tree | 5f2f83505b307e3402edb8ebded25c6e59bc32db /math | |
parent | 7959d9c28f44a93528494236cb93733b9f84a1b1 (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/Makefile | 2 |
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 |