From bf81b1dac33b9e0a565b2cdd231d3fc42a5927e6 Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 21 Nov 2003 00:18:31 +0000 Subject: Include support for all possible antivirus in a package - Makes package actually useful - Fixes build on Bento PR: ports/59531 Submitted by: Clement Laforet Approved by: adamw (mentor) --- security/amavisd/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/amavisd') diff --git a/security/amavisd/Makefile b/security/amavisd/Makefile index f39ac11..b043e8d 100644 --- a/security/amavisd/Makefile +++ b/security/amavisd/Makefile @@ -54,6 +54,10 @@ CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc \ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +.if defined(BATCH) || defined(PACKAGE_BUILDING) +CONFIGURE_ARGS+= --enable-all +.endif + .if defined(WITH_POSTFIX) CONFIGURE_ARGS+= --enable-postfix MTA?= postfix -- cgit v1.1