diff --git a/dports/www/wml/Portfile b/dports/www/wml/Portfile
index 92f2fa3..01e066a 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | |
6 | 6 | name wml |
7 | 7 | version 2.0.11 |
8 | | revision 3 |
| 8 | revision 4 |
9 | 9 | platforms darwin |
10 | 10 | categories www lang |
11 | 11 | maintainers cfaerber.name:cfaerber \ |
… |
… |
patchfiles patch-configure.diff \ |
33 | 33 | patch-no_tidy.diff \ |
34 | 34 | patch-no_txt2html.diff |
35 | 35 | |
36 | | depends_run port:p5.12-eperl \ |
| 36 | depends_run port:p5.16-eperl \ |
37 | 37 | port:m4 \ |
38 | 38 | port:tidy |
39 | 39 | |
40 | 40 | depends_lib port:gdbm \ |
41 | 41 | port:gettext \ |
42 | 42 | port:libiconv \ |
43 | | port:p5.12-getopt-long \ |
44 | | port:p5.12-bit-vector \ |
45 | | port:p5.12-image-size \ |
46 | | port:p5.12-io \ |
47 | | port:p5.12-term-readkey |
| 43 | port:p5.16-getopt-long \ |
| 44 | port:p5.16-bit-vector \ |
| 45 | port:p5.16-image-size \ |
| 46 | port:p5.16-io \ |
| 47 | port:p5.16-term-readkey |
48 | 48 | |
49 | 49 | depends_build port:lynx |
50 | 50 | |
51 | | configure.args --with-perl=${prefix}/bin/perl5.12 \ |
| 51 | configure.args --with-perl=${prefix}/bin/perl5.16 \ |
52 | 52 | --without-modules \ |
53 | 53 | --with-openworld \ |
54 | 54 | --with-cc=${configure.cc} |