groff: default to ~pdf (#29373)

This commit is contained in:
Valentin Volkl 2022-03-07 16:02:49 +01:00 committed by GitHub
parent e3ab326228
commit 28aa1a64d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ class Groff(AutotoolsPackage, GNUMirrorPackage):
# See brew scripts for groff for guidance: # See brew scripts for groff for guidance:
# https://github.com/Homebrew/homebrew-core/blob/master/Formula/groff.rb # https://github.com/Homebrew/homebrew-core/blob/master/Formula/groff.rb
# Seems troublesome...netpbm requires groff? # Seems troublesome...netpbm requires groff?
variant('pdf', default=True, description='Build the `gropdf` executable.') variant('pdf', default=False, description='Build the `gropdf` executable.')
variant('x', default=False, description='Enable set of graphical options') variant('x', default=False, description='Enable set of graphical options')
variant('uchardet', default=True, variant('uchardet', default=True,
description='Builds preconv with uchardet library for ' description='Builds preconv with uchardet library for '