Ticket #58890: dovecot2-Portfile.patch
File dovecot2-Portfile.patch, 698 bytes (added by grumpybozo (Bill Cole), 5 years ago) |
---|
-
Portfile
old new 5 5 PortGroup cxx11 1.1 6 6 7 7 github.setup dovecot core 2.3.7.1 8 revision 1 8 9 9 10 name dovecot2 10 11 set base_name dovecot … … 24 25 25 26 depends_build-append \ 26 27 port:gettext \ 27 port:pandoc \28 28 port:pkgconfig \ 29 29 port:wget 30 30 … … 78 78 --with-pam 79 79 80 80 configure.cppflags -I${prefix}/include/openssl 81 configure.env-append PANDOC=false 81 82 82 83 variant gssapi \ 83 84 description "Enable GSSAPI authentication" {