diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-04-01 15:55:32 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-04-01 15:55:32 +0000 |
commit | 63432c12c7b794aa7665afe9f258f4b2fd8e570b (patch) | |
tree | 40ee8391cccf1dbd88f69b9d12c715ebb650b246 /print/ghostscript-gpl/scripts/configure | |
parent | update from apsfilter 6.1.0 to 6.1.1 (diff) |
- "Gelhaus driver" (cdj850) wasn't active in gs, fix that
- therefore bump port revision
- add a makefile template, so that it will be compiled in
- patch configure.batch and the interactive one
interactive configuration is still not enabled, because every
driver entry needs to be checked thoroughly if its still present,
if more printer models are supported, if there are new printers/drivers,
etc ... This needs time that I currently don't have.
Any taker ???
Notes
Notes:
svn path=/head/; revision=40689
Diffstat (limited to 'print/ghostscript-gpl/scripts/configure')
-rw-r--r-- | print/ghostscript-gpl/scripts/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/scripts/configure b/print/ghostscript-gpl/scripts/configure index c78adf532b23..4b86359db1d0 100644 --- a/print/ghostscript-gpl/scripts/configure +++ b/print/ghostscript-gpl/scripts/configure @@ -55,6 +55,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 500/540C (same as cdjcolor)" OFF \ "cdj550" "HP DeskJet 550C/560C/660C/660Cse" ON \ + "cdj850" "HP DeskJet 670/690/850/855/870/890/1100/1600" ON \ "cdj970" "HP DeskJet 970, 3rd party" ON \ "laserjet" "HP LaserJet" ON \ "ljetplus" "HP LaserJet Plus" ON \ |