summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-11-21 00:18:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-11-21 00:18:31 +0000
commit54d0bfa3e36e0fc4d2a32acd843586983a912f01 (patch)
tree793fa5b7174536564e1112f1828dae7ea53967cc
parentRemove some left-over directories. (diff)
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)
Notes
Notes: svn path=/head/; revision=94582
-rw-r--r--security/amavisd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/amavisd/Makefile b/security/amavisd/Makefile
index f39ac11c1587..b043e8d52b8c 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