Ticket #30704: patch-Portfile.diff
File patch-Portfile.diff, 803 bytes (added by carsomyr@…, 13 years ago) |
---|
-
Portfile
old new 108 108 depends_lib-append port:python27 109 109 } 110 110 111 variant pcre { 112 build.args-append LIBPCREDIR=${prefix} USE_LIBPCRE=1 113 destroot.args-append LIBPCREDIR=${prefix} USE_LIBPCRE=1 114 test.args-append LIBPCREDIR=${prefix} USE_LIBPCRE=1 115 depends_lib-append port:pcre 116 } 117 111 118 variant doc description {Install HTML and plaintext documentation} { 112 119 distfiles-append git-htmldocs-${version}${extract.suffix} 113 120 checksums-append git-htmldocs-${version}${extract.suffix} \ … … 149 156 } 150 157 } 151 158 152 default_variants +doc 159 default_variants +doc +pcre 153 160 154 161 livecheck.type regex 155 162 livecheck.regex {<div id="ver">v([0-9.]+)}