Ticket #44598: Portfile-weechat.2.diff
File Portfile-weechat.2.diff, 1.1 KB (added by harciga, 10 years ago) |
---|
-
Portfile
old new 48 48 sha256 5f6722bfd086cda60b341b5933eb40b142b6d751182bc7968ab6bcc9ccc944af 49 49 } 50 50 51 depends_build-append \ 52 port:asciidoc 53 51 54 depends_lib-append port:gettext \ 52 55 port:libgcrypt \ 53 56 port:libiconv \ … … 60 63 -DENABLE_PERL=OFF \ 61 64 -DENABLE_PYTHON=OFF \ 62 65 -DENABLE_RUBY=OFF \ 63 -DENABLE_ASPELL=OFF 66 -DENABLE_ASPELL=OFF \ 67 -DENABLE_MAN=ON 64 68 65 69 variant aspell description {Support for aspell} { 66 70 configure.args-delete -DENABLE_ASPELL=OFF … … 111 115 depends_lib-append port:gnutls 112 116 } 113 117 118 variant doc description {Build Documentation and plugin API} { 119 depends_build-append port:source-highlight 120 121 configure.args-append -DENABLE_DOC=ON 122 } 123 114 124 post-destroot { 115 125 xinstall -m 755 -d ${destroot}${prefix}/share/doc/weechat 116 126 if {${subport} eq "weechat"} {