From 621d589557ca7fae5318eb428d228f71d42695ee Mon Sep 17 00:00:00 2001 From: netchild Date: Fri, 5 Jul 2002 13:12:51 +0000 Subject: Find includes and libs in LOCALBASE too (e.g. if you use sendmail from the ports). Approved by: maintainer --- security/amavisd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/amavisd') 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 -- cgit v1.1