diff options
author | andreas <andreas@FreeBSD.org> | 1997-08-27 14:52:44 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-08-27 14:52:44 +0800 |
commit | 93b215e64d3dbf4ecca2c348459897f20e8d9a58 (patch) | |
tree | dddf32549da56a3a34a47901305f159fd681b934 /print/ghostscript7/scripts | |
parent | 5b5d3ca2c3d0668dc0b621509d754cbd23476afe (diff) | |
download | freebsd-ports-gnome-93b215e64d3dbf4ecca2c348459897f20e8d9a58.tar.gz freebsd-ports-gnome-93b215e64d3dbf4ecca2c348459897f20e8d9a58.tar.zst freebsd-ports-gnome-93b215e64d3dbf4ecca2c348459897f20e8d9a58.zip |
Included new driver version 1.2 for HP 850 printers and related ...
See: http://bonk.ethz.ch/hp850/hp850.html
Additional driver will be fetched directly from internet now
Because this driver source is packed as a .zip file (tada *sigh*)
and contains ^M's (where the combination \^M confuses gcc) we have
to BUILD_DEPEND on unzip and pipe the source and header files through
sed to wipe out the ^M's ...
As requested by: Lars Koeller
Diffstat (limited to 'print/ghostscript7/scripts')
-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 91107e76a763..054d58e4726f 100644 --- a/print/ghostscript7/scripts/configure +++ b/print/ghostscript7/scripts/configure @@ -30,7 +30,7 @@ Have fun with this new configuration style ! -andreas \n\n\ "cdjmono" "HP DeskJet 500/510/520/540C b/w printing" ON \ "cdj500" "HP DeskJet 500C (same as cdjcolor)" ON \ "cdj550" "HP DeskJet 550C/560C" ON \ - "cdj850" "HP DeskJet 850/885/870/890" ON \ + "cdj850" "HP DeskJet 850/855/870/890" ON \ "cp50" "Mitsubishi CP50 color" ON \ "declj250" "alternate DEC LJ250 driver" ON \ "deskjet" "HP DeskJet and DeskJet Plus" ON \ |