Ticket #58460: Portfile-ccache.diff

File Portfile-ccache.diff, 545 bytes (added by Russell-Jones-OxPhys (Russell Jones), 5 years ago)

Unified diff of changes to ccache Portfile

  • Portfile-ccache

    old new  
    3030autoconf.cmd        ./autogen.sh
    3131
    3232depends_lib         port:zlib \
    33                     port:autoconf \
    34                     port:asciidoc
     33                    port:autoconf
     34
     35default_variants +doc
     36
     37variant doc description "Whether to build docs or not" {
     38        depends_build-append port:asciidoc
     39}
     40if {![variant_isset doc]} {
     41        configure.args-append --disable-man
     42}
    3543
    3644conflicts           ccache-devel
    3745