diff options
author | taoka <taoka@FreeBSD.org> | 2000-09-04 00:36:37 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-09-04 00:36:37 +0000 |
commit | df909784e840614f7723be803cc0b490d82483b5 (patch) | |
tree | 5483ff29a4d84016bec5a167dd5892bf4285ce98 | |
parent | c1543699381faed4819c8aa9cc730698c8851b2e (diff) | |
download | FreeBSD-ports-df909784e840614f7723be803cc0b490d82483b5.zip FreeBSD-ports-df909784e840614f7723be803cc0b490d82483b5.tar.gz |
Add bmp16m to available printer drivers as default
(because print/pips* uses bmp16m in GS)
Approved by: maintainer
-rw-r--r-- | print/ghostscript-gnu/scripts/configure | 2 | ||||
-rw-r--r-- | print/ghostscript55/scripts/configure | 2 | ||||
-rw-r--r-- | print/ghostscript7/scripts/configure | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript-gnu/scripts/configure b/print/ghostscript-gnu/scripts/configure index e107c34..518e25b 100644 --- a/print/ghostscript-gnu/scripts/configure +++ b/print/ghostscript-gnu/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 \ diff --git a/print/ghostscript55/scripts/configure b/print/ghostscript55/scripts/configure index e107c34..518e25b 100644 --- a/print/ghostscript55/scripts/configure +++ b/print/ghostscript55/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 \ diff --git a/print/ghostscript7/scripts/configure b/print/ghostscript7/scripts/configure index e107c34..518e25b 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 \ |