. Restore the bitmap terminal.

PR:		167657
Submitted by:	Matthew Luckie
This commit is contained in:
Greg Lewis 2012-05-08 06:24:24 +00:00
parent 3f32cc8a5e
commit a0deebbbe5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296201

View file

@ -7,6 +7,7 @@
PORTNAME= gnuplot PORTNAME= gnuplot
PORTVERSION= 4.6.0 PORTVERSION= 4.6.0
PORTREVISION= 1
CATEGORIES= math graphics CATEGORIES= math graphics
MASTER_SITES= SF MASTER_SITES= SF
@ -18,7 +19,8 @@ CONFIGURE_ARGS+=--with-lasergnu \
--with-readline=gnu \ --with-readline=gnu \
--without-linux-vga \ --without-linux-vga \
--without-lisp-files \ --without-lisp-files \
--without-tutorial --without-tutorial \
--with-bitmap-terminals
MAKE_JOBS_SAFE= yes MAKE_JOBS_SAFE= yes
OPTIONS= X11 "Enable X11 support" on \ OPTIONS= X11 "Enable X11 support" on \