From 240750e701e83c49744b3d75c5e11f2ef5c21fe8 Mon Sep 17 00:00:00 2001 From: erwin Date: Mon, 24 Jan 2005 09:44:17 +0000 Subject: Reindent so Makevars are read by make(1) and does not invoke it as a shell command. This should fix INDEX builds. --- net/lam7/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/lam7') diff --git a/net/lam7/Makefile b/net/lam7/Makefile index 393aea541e04..0f37cd78cb65 100644 --- a/net/lam7/Makefile +++ b/net/lam7/Makefile @@ -25,8 +25,8 @@ CONFLICTS= lam-6.* .include .if ${PERL_LEVEL} < 500800 - BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp - RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .endif .if ${ARCH} == "i386" -- cgit