diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-01-24 17:44:17 +0800 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-01-24 17:44:17 +0800 |
commit | b6bf4d393c2e5929022c65262440ffc33bc68a0b (patch) | |
tree | 7863671f6fa02f7fb8d5e16c4f09ec9cbb8bb587 /net | |
parent | 6b73ec18f8a4e7eaa27055f560ddff82d5acdfe6 (diff) | |
download | freebsd-ports-gnome-b6bf4d393c2e5929022c65262440ffc33bc68a0b.tar.gz freebsd-ports-gnome-b6bf4d393c2e5929022c65262440ffc33bc68a0b.tar.zst freebsd-ports-gnome-b6bf4d393c2e5929022c65262440ffc33bc68a0b.zip |
Reindent so Makevars are read by make(1) and does not invoke it as a shell command. This should fix INDEX builds.
Diffstat (limited to 'net')
-rw-r--r-- | net/lam7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk> .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" |