diff --git a/dports/devel/git/Portfile b/dports/devel/git/Portfile
index c2ff103..38ba730 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | |
6 | 6 | name git |
7 | 7 | version 2.0.4 |
| 8 | revision 1 |
8 | 9 | description A fast version control system |
9 | 10 | long_description Git is a fast, scalable, distributed open source version \ |
10 | 11 | control system focusing on speed and efficiency. |
… |
… |
if {[variant_isset perl5_12]} { |
43 | 44 | } |
44 | 45 | |
45 | 46 | |
46 | | depends_run-append port:p${perl_version}-error \ |
| 47 | depends_run-append port:p${perl_version}-authen-sasl \ |
| 48 | port:p${perl_version}-error \ |
47 | 49 | port:p${perl_version}-net-smtp-ssl \ |
48 | 50 | port:p${perl_version}-term-readkey |
49 | 51 | |