diff options
author | taoka <taoka@FreeBSD.org> | 2000-09-04 08:36:37 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-09-04 08:36:37 +0800 |
commit | df909784e840614f7723be803cc0b490d82483b5 (patch) | |
tree | 5483ff29a4d84016bec5a167dd5892bf4285ce98 /print/ghostscript7 | |
parent | c1543699381faed4819c8aa9cc730698c8851b2e (diff) | |
download | freebsd-ports-gnome-df909784e840614f7723be803cc0b490d82483b5.tar.gz freebsd-ports-gnome-df909784e840614f7723be803cc0b490d82483b5.tar.zst freebsd-ports-gnome-df909784e840614f7723be803cc0b490d82483b5.zip |
Add bmp16m to available printer drivers as default
(because print/pips* uses bmp16m in GS)
Approved by: maintainer
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript7/scripts/configure b/print/ghostscript7/scripts/configure index e107c3418b7f..518e25b9706f 100644 --- a/print/ghostscript7/scripts/configure +++ b/print/ghostscript7/scripts/configure @@ -83,7 +83,7 @@ Have fun with this new configuration style ! -andreas \n\n\ "bmpmono" "BMP Monochrome" OFF \ "bmp16" "BMP 4-bit EGA/VGA" OFF \ "bmp256" "BMP 8-bit 256-color" OFF \ - "bmp16m" "BMP 24-bit" OFF \ + "bmp16m" "BMP 24-bit" ON \ "ccr" "CalComp Raster format" OFF \ "cgmmono" "CGM Monochrome -- LOW LEVEL OUTPUT ONLY" OFF \ "cgm8" "CGM 8-bit 256-color -- DITTO" OFF \ |