diff --git a/mail/isync/Portfile b/mail/isync/Portfile
index b76aa59..4c315c9 100644
a
|
b
|
if {${subport} == ${name}} { |
24 | 24 | master_sites sourceforge |
25 | | conflicts isync-snapshot |
| 25 | conflicts isync-devel |
26 | 26 | checksums md5 6a47b0b620ef61d4158e4f1b968ffb0f \ |
… |
… |
if {${subport} == ${name}} { |
33 | 33 | ${worksrcpath}/src/Makefile.in |
| 34 | reinplace -E "s|\\<perl\\>|/opt/local/bin/perl5.12|g" \ |
| 35 | ${worksrcpath}/Makefile.in |
34 | 36 | } |
… |
… |
if {${subport} == ${name}} { |
37 | 39 | |
38 | | subport isync-snapshot { |
| 40 | subport isync-devel { |
39 | 41 | |
… |
… |
subport isync-snapshot { |
52 | 54 | depends_lib port:db53 port:openssl port:zlib |
53 | | depends_build port:p5-timedate |
| 55 | depends_build port:p5.12-timedate |
54 | 56 | |
… |
… |
post-patch { |
58 | 60 | ${worksrcpath}/src/Makefile.am |
| 61 | reinplace -E "s|\\<perl\\>|/opt/local/bin/perl5.12|g" \ |
| 62 | ${worksrcpath}/Makefile.am |
59 | 63 | } |