Ticket #58890: dovecot2-Portfile.patch

File dovecot2-Portfile.patch, 698 bytes (added by grumpybozo (Bill Cole), 5 years ago)

Patch to remove Pandoc dependency

  • Portfile

    old new  
    55PortGroup           cxx11                       1.1
    66
    77github.setup        dovecot core 2.3.7.1
     8revision            1
    89
    910name                dovecot2
    1011set base_name       dovecot
     
    2425
    2526depends_build-append \
    2627                    port:gettext \
    27                     port:pandoc \
    2828                    port:pkgconfig \
    2929                    port:wget
    3030
     
    7878                    --with-pam
    7979
    8080configure.cppflags  -I${prefix}/include/openssl
     81configure.env-append       PANDOC=false
    8182
    8283variant gssapi \
    8384    description "Enable GSSAPI authentication" {