diff options
author | pav <pav@FreeBSD.org> | 2003-11-21 00:18:31 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-21 00:18:31 +0000 |
commit | bf81b1dac33b9e0a565b2cdd231d3fc42a5927e6 (patch) | |
tree | 490f6e37a5155f7ad7ef9246374d863e432bca4d /security/amavisd | |
parent | 32396a6816f4d2209f62022f526f16a887892998 (diff) | |
download | FreeBSD-ports-bf81b1dac33b9e0a565b2cdd231d3fc42a5927e6.zip FreeBSD-ports-bf81b1dac33b9e0a565b2cdd231d3fc42a5927e6.tar.gz |
Include support for all possible antivirus in a package
- Makes package actually useful
- Fixes build on Bento
PR: ports/59531
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Approved by: adamw (mentor)
Diffstat (limited to 'security/amavisd')
-rw-r--r-- | security/amavisd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |