diff options
author | Andrej Zverev <az@FreeBSD.org> | 2011-08-23 12:18:06 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2011-08-23 12:18:06 +0000 |
commit | ec4d2e2c6db234b65b748216463789fe44f38b98 (patch) | |
tree | 1357e6bdf0293c0dd3cc6168b093d59095e17c9a /mail/sympa | |
parent | b556daeb839d8cdd98d8386222d5f339d074a383 (diff) |
Notes
Diffstat (limited to 'mail/sympa')
-rw-r--r-- | mail/sympa/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 60365888fb71..515d159257c1 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -7,7 +7,7 @@ PORTNAME= sympa PORTVERSION= 6.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.sympa.org/distribution/ \ http://www.sympa.org/distribution/old/ @@ -92,9 +92,9 @@ USE_MYSQL= yes .if defined(WITH_FASTCGI) BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \ - ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI + ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \ - ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI + ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI .endif .if ${DB_TYPE:L} == "oracle" |