summaryrefslogtreecommitdiff
path: root/net-mail/sympa/sympa-6.1.25.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/sympa/sympa-6.1.25.ebuild')
-rw-r--r--net-mail/sympa/sympa-6.1.25.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mail/sympa/sympa-6.1.25.ebuild b/net-mail/sympa/sympa-6.1.25.ebuild
index eca3023..67750b6 100644
--- a/net-mail/sympa/sympa-6.1.25.ebuild
+++ b/net-mail/sympa/sympa-6.1.25.ebuild
@@ -67,7 +67,7 @@ RDEPEND="
clamav? ( app-antivirus/clamav )
compat? ( >=dev-perl/Crypt-CipherSaber-0.50 )
dkim? ( >=dev-perl/Mail-DKIM-0.39 )
- fastcgi? ( >=dev-perl/FCGI-0.67 )
+ fastcgi? ( dev-perl/CGI-Fast )
ldap? ( >=dev-perl/perl-ldap-0.27 )
mysql? ( >=dev-perl/DBD-mysql-4.008 )
nfs? ( dev-perl/File-NFSLock )
@@ -110,6 +110,8 @@ src_unpack() {
configure.ac
# Do not create runtime directories
sed -i -e 's| $(piddir) | |' Makefile.am
+ # Perl 5.22 compatible regex
+ epatch ${FILESDIR}/${PN}-${SYMPA_VERSION}.perl-5.22.patch
eautoreconf
}