diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
commit | 7a0bd317631d50743f0a374e87553b67823ce01b (patch) | |
tree | a6a20687ac7deead25a53b4c03118c3a00060775 /mail/sympa5/Makefile | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) |
Notes
Diffstat (limited to 'mail/sympa5/Makefile')
-rw-r--r-- | mail/sympa5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sympa5/Makefile b/mail/sympa5/Makefile index f0378634abfd..b73491adcd7c 100644 --- a/mail/sympa5/Makefile +++ b/mail/sympa5/Makefile @@ -7,7 +7,7 @@ PORTNAME= sympa PORTVERSION= 5.4.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES?= http://www.sympa.org/distribution/ @@ -31,7 +31,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip RUN_DEPENDS= ${BUILD_DEPENDS} LATEST_LINK= sympa5 -USE_APACHE= 1.3+ +USE_APACHE= 13+ HAS_CONFIGURE= yes USE_PERL5= 5.8.6+ USE_GMAKE= yes |