Ticket #2205: patch_file
File patch_file, 340 bytes (added by jperkins@…, 20 years ago) |
---|
Line | |
---|---|
1 | --- Portfile Sat Sep 11 08:00:55 2004 |
2 | +++ Portfile.new Sat Sep 11 08:01:43 2004 |
3 | @@ -139,6 +139,11 @@ |
4 | configure.args-append --with-imap=${prefix} --with-imap-ssl=/usr |
5 | } |
6 | |
7 | +variant tidy { |
8 | + depends_lib-append lib:libtidy:tidy |
9 | + configure.args-append --with-tidy=${prefix} |
10 | +} |
11 | + |
12 | variant xsl { |
13 | depends_lib-append lib:libxslt.1:libxslt |
14 |