diff options
author | netchild <netchild@FreeBSD.org> | 2002-07-05 13:12:51 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-07-05 13:12:51 +0000 |
commit | 621d589557ca7fae5318eb428d228f71d42695ee (patch) | |
tree | 472c85c7ac3bf0ddeb6f0b52c1f923b0e2c7f7ed /security/amavisd | |
parent | 659977a2ee0b05316b7df418cf7d0f743248c596 (diff) | |
download | FreeBSD-ports-621d589557ca7fae5318eb428d228f71d42695ee.zip FreeBSD-ports-621d589557ca7fae5318eb428d228f71d42695ee.tar.gz |
Find includes and libs in LOCALBASE too (e.g. if you use sendmail from the
ports).
Approved by: maintainer
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 170ee9c..45ba204 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 |