diff options
author | Yi-Jheng Lin <yzlin@FreeBSD.org> | 2009-10-21 05:34:27 +0000 |
---|---|---|
committer | Yi-Jheng Lin <yzlin@FreeBSD.org> | 2009-10-21 05:34:27 +0000 |
commit | 51e7a23be0845d97d97144bce868f79f227465cf (patch) | |
tree | a59ba9b55b136c2e04524cbb1ff6bdb6238b8881 /mail/exilog/Makefile | |
parent | a9d4500f9a84c5f6141998c6361e243f2acd9f63 (diff) |
Notes
Diffstat (limited to 'mail/exilog/Makefile')
-rw-r--r-- | mail/exilog/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/exilog/Makefile b/mail/exilog/Makefile index 8c6dbbadab30..83e4ba76dd00 100644 --- a/mail/exilog/Makefile +++ b/mail/exilog/Makefile @@ -7,7 +7,7 @@ PORTNAME= exilog PORTVERSION= 0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= http://duncanthrax.net/exilog/ @@ -17,7 +17,6 @@ COMMENT= Tool to centralize and visualize Exim logs with a web front end RUN_DEPENDS= ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask USE_PERL5= yes -USE_APACHE= 1.3 NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} |