summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2002-07-05 13:12:51 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2002-07-05 13:12:51 +0000
commit392a6f311f5a5340ecd90f930f8e026d4b632126 (patch)
tree4a58dcd3399e67ced01fc216174c1e971234a54b /security
parentAdd p5-POE-Component-IRC-Object 0.02, (diff)
Find includes and libs in LOCALBASE too (e.g. if you use sendmail from the
ports). Approved by: maintainer
Notes
Notes: svn path=/head/; revision=62483
Diffstat (limited to 'security')
-rw-r--r--security/amavisd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/amavisd/Makefile b/security/amavisd/Makefile
index 170ee9cffdd3..45ba204c0dbb 100644
--- a/security/amavisd/Makefile
+++ b/security/amavisd/Makefile
@@ -39,6 +39,7 @@ AMAVISUSER?= vscan
AMAVISGROUP?= vscan
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc --with-amavisuser=${AMAVISUSER}:${AMAVISGROUP}
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
STARTSCRIPT= amavisd.sh