diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-04-22 08:24:03 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-04-22 08:24:03 +0800 |
commit | 0f34cf60975482d1250b404a2ba62bdb8f8ab041 (patch) | |
tree | 2234a65361defdb0358a4f3a5658b5ec3248b417 /mail/exilog | |
parent | 14efa394cf280475124c05adc593dd24d3bac07e (diff) | |
download | freebsd-ports-gnome-0f34cf60975482d1250b404a2ba62bdb8f8ab041.tar.gz freebsd-ports-gnome-0f34cf60975482d1250b404a2ba62bdb8f8ab041.tar.zst freebsd-ports-gnome-0f34cf60975482d1250b404a2ba62bdb8f8ab041.zip |
- USE_APACHE=yes is deprecated
PR: ports/133672
Approved by: maintainer
Submitted by: me
Diffstat (limited to 'mail/exilog')
-rw-r--r-- | mail/exilog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exilog/Makefile b/mail/exilog/Makefile index ddb6c88274cd..8c6dbbadab30 100644 --- a/mail/exilog/Makefile +++ b/mail/exilog/Makefile @@ -17,7 +17,7 @@ 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= yes +USE_APACHE= 1.3 NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} |