Ticket #44598: Portfile-weechat.diff

File Portfile-weechat.diff, 864 bytes (added by harciga, 10 years ago)
  • Portfile

    old new  
    6060                    -DENABLE_PERL=OFF \
    6161                    -DENABLE_PYTHON=OFF \
    6262                    -DENABLE_RUBY=OFF \
    63                     -DENABLE_ASPELL=OFF
     63                    -DENABLE_ASPELL=OFF \
     64                    -DENABLE_MAN=ON
    6465
    6566variant aspell description {Support for aspell} {
    6667    configure.args-delete   -DENABLE_ASPELL=OFF
     
    111112    depends_lib-append      port:gnutls
    112113}
    113114
     115variant doc description {Build Documentation and plugin API} {
     116    depends_build-append    port:source-highlight \
     117                            port:asciidoc
     118
     119    configure.args-append   -DENABLE_DOC=ON
     120}
     121
    114122post-destroot {
    115123    xinstall -m 755 -d ${destroot}${prefix}/share/doc/weechat
    116124    if {${subport} eq "weechat"} {