From 8547c0af1737f6049f8d27e8031a9b212a682bca Mon Sep 17 00:00:00 2001 From: Chuck Robey Date: Wed, 9 Feb 2000 02:40:20 +0000 Subject: Fix configure args for readline. PR: 16579 Submitted by: AMAKAWA Shuhei --- math/gnuplot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/gnuplot') 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 -- cgit v1.2.3