diff options
Diffstat (limited to 'security/clamav-devel')
-rw-r--r-- | security/clamav-devel/Makefile | 3 | ||||
-rw-r--r-- | security/clamav-devel/pkg-descr | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index dfed397..c0b4725 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -39,7 +39,8 @@ MAN8= clamd.8 .include <bsd.port.pre.mk> -.if exists(/usr/include/libmilter/mfapi.h) +.if defined(WITH_MILTER) +USE_GCC= 3.2 CONFIGURE_ARGS+= --enable-milter PLIST_SUB+= CLAMAV-MILTER:="" .else diff --git a/security/clamav-devel/pkg-descr b/security/clamav-devel/pkg-descr index 130ab02..0b742a8 100644 --- a/security/clamav-devel/pkg-descr +++ b/security/clamav-devel/pkg-descr @@ -2,5 +2,5 @@ This is a snapshot version of Clam Antivirus. Clam Antivirus is a command line virus scanner written entirely in C its database is kept up to date. It also detects polymorphic viruses, scans compressed files and is supported by AMaViS. -On FreeBSD 4.X the milter interface isn't built by default because -it needs gcc30 or higher. +Optionally you can use the clamav-milter interface to connect +clamav with sendmail. |