Ticket #44598: Portfile-weechat.diff
File Portfile-weechat.diff, 864 bytes (added by harciga, 10 years ago) |
---|
-
Portfile
old new 60 60 -DENABLE_PERL=OFF \ 61 61 -DENABLE_PYTHON=OFF \ 62 62 -DENABLE_RUBY=OFF \ 63 -DENABLE_ASPELL=OFF 63 -DENABLE_ASPELL=OFF \ 64 -DENABLE_MAN=ON 64 65 65 66 variant aspell description {Support for aspell} { 66 67 configure.args-delete -DENABLE_ASPELL=OFF … … 111 112 depends_lib-append port:gnutls 112 113 } 113 114 115 variant 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 114 122 post-destroot { 115 123 xinstall -m 755 -d ${destroot}${prefix}/share/doc/weechat 116 124 if {${subport} eq "weechat"} {