diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-08-20 17:14:38 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-08-20 17:14:38 +0000 |
commit | b0c500d725d1691795c8f4ec5a2a5f3e412203c8 (patch) | |
tree | dff6c02b9b6e88a5142d0f74a15ab9850b5d4100 /www/mod_clamav | |
parent | 99e89f66f8ee8b5b4bbf0234ca77d2c4ea2129f0 (diff) |
Mark broken.
PR: ports/115648
Submitted by: Tom Mueller-Kortkamp
Notes
Notes:
svn path=/head/; revision=197982
Diffstat (limited to 'www/mod_clamav')
-rw-r--r-- | www/mod_clamav/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_clamav/Makefile b/www/mod_clamav/Makefile index 7b8ec281b6e0..a4028168096e 100644 --- a/www/mod_clamav/Makefile +++ b/www/mod_clamav/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://software.othello.ch/mod_clamav/ MAINTAINER= tmueko@kommunity.net COMMENT= Scans content delivered by the Apache2 proxy module for viruses +BROKEN= doesn't work since cl_buildtrie() and cl_freetrie() where removed from clamlib (upstream problem) + LIB_DEPENDS+= clamav:${PORTSDIR}/${CLAMAV_PORT} USE_AUTOTOOLS= libtool:15 |