Browse Source

ghostscript: enhanced to install cups helpers if cups is installed

user/chris/old/ruby
Alejandro Mery 15 years ago
committed by Alejandro Mery
parent
commit
c31d2c3539
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      graphic/ghostscript/ghostscript.conf

+ 4
- 0
graphic/ghostscript/ghostscript.conf

@ -22,3 +22,7 @@ ghostscript_install_gs() {
fi
}
hook_add postmake 5 'ghostscript_install_gs'
if pkginstalled cups; then
var_append makeinstopt ' ' 'install-cups'
fi

Loading…
Cancel
Save