diff options
author | yzlin <yzlin@FreeBSD.org> | 2009-10-21 13:34:27 +0800 |
---|---|---|
committer | yzlin <yzlin@FreeBSD.org> | 2009-10-21 13:34:27 +0800 |
commit | 14d9b00f4f4736e8ca244e1ece248a14e8db46c3 (patch) | |
tree | 30901a13b90a014276fbf9ad601744b565681d62 /mail | |
parent | 5bd30c8c4d32bcf791dbe8a82bf6a7691520d145 (diff) | |
download | freebsd-ports-gnome-14d9b00f4f4736e8ca244e1ece248a14e8db46c3.tar.gz freebsd-ports-gnome-14d9b00f4f4736e8ca244e1ece248a14e8db46c3.tar.zst freebsd-ports-gnome-14d9b00f4f4736e8ca244e1ece248a14e8db46c3.zip |
- Remove unnecessary dependency (USE_APACHE)
PR: ports/139362
Submitted by: Alex Samorukov <samm AT os2.kiev.ua>
Approved by: rafan (co-mentor), Larry Rosenman <ler AT lerctr.org> (maintainer)
Diffstat (limited to 'mail')
-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} |