diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-07-05 13:12:51 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-07-05 13:12:51 +0000 |
commit | 392a6f311f5a5340ecd90f930f8e026d4b632126 (patch) | |
tree | 4a58dcd3399e67ced01fc216174c1e971234a54b /security/amavisd | |
parent | 2115bbe14a8a67ef9a570400f4f2036d1f7706a5 (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/amavisd')
-rw-r--r-- | security/amavisd/Makefile | 1 |
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 |