1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Fix configure args for readline.

PR:		16579
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
This commit is contained in:
Chuck Robey 2000-02-09 02:40:20 +00:00
parent 7959d9c28f
commit 8547c0af17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25602

View File

@ -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