diff options
author | edwin <edwin@FreeBSD.org> | 2008-08-17 05:55:22 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-08-17 05:55:22 +0800 |
commit | 18d8a76ca899ff9808d7df26692c047f1b541b21 (patch) | |
tree | 9a52dd6b0214c17de6cc2c39e78f75ccf3b17672 /www/mod_clamav | |
parent | e92cc200173d645294b5782f9887bc8a78ab9e9a (diff) | |
download | freebsd-ports-gnome-18d8a76ca899ff9808d7df26692c047f1b541b21.tar.gz freebsd-ports-gnome-18d8a76ca899ff9808d7df26692c047f1b541b21.tar.zst freebsd-ports-gnome-18d8a76ca899ff9808d7df26692c047f1b541b21.zip |
Fix build process.
Submitted by: pavbot
Diffstat (limited to 'www/mod_clamav')
-rw-r--r-- | www/mod_clamav/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/mod_clamav/Makefile b/www/mod_clamav/Makefile index ff962b3e0cbd..743fe0e3aca1 100644 --- a/www/mod_clamav/Makefile +++ b/www/mod_clamav/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_clamav PORTVERSION= 0.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www security MASTER_SITES= http://software.othello.ch/mod_clamav/ \ http://www.kommunity.net/download/mod_clamav/ @@ -16,7 +16,7 @@ MAINTAINER= tmueko@kommunity.net COMMENT= Scans content delivered by the Apache20 proxy module for viruses USE_AUTOTOOLS= libtool:15 -USE_APACHE= YES +USE_APACHE= 2.0 WITH_APACHE2= YES GNU_CONFIGURE= yes @@ -33,8 +33,6 @@ CLAMAV_PORT= security/clamav LIB_DEPENDS+= clamav:${PORTSDIR}/security/clamav .endif -BUILD_DEPENDS+= apache20:${PORTSDIR}/www/apache20 - CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \ --libdir=${PREFIX}/lib/apache2 CFLAGS+= -I${LOCALBASE}/include |