diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-21 00:18:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-21 00:18:31 +0000 |
commit | 54d0bfa3e36e0fc4d2a32acd843586983a912f01 (patch) | |
tree | 793fa5b7174536564e1112f1828dae7ea53967cc /security/amavisd | |
parent | 18864a17a70a1e0bd1659bf33db5eb7fd3eb057e (diff) | |
download | ports-54d0bfa3e36e0fc4d2a32acd843586983a912f01.tar.gz ports-54d0bfa3e36e0fc4d2a32acd843586983a912f01.zip |
Notes
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 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 |