diff options
author | chuckr <chuckr@FreeBSD.org> | 2000-02-09 10:40:20 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 2000-02-09 10:40:20 +0800 |
commit | b56201c6ed24d9939a5e442fd300246f99efb3fe (patch) | |
tree | 4dd5a3a1d4201d2cfaf268e68308348252b79d68 /math | |
parent | 22b05de03dd35795cd9ed1e9545a9ae769580150 (diff) | |
download | freebsd-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/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 |