aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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