diff options
author | erwin <erwin@FreeBSD.org> | 2005-01-24 17:44:17 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-01-24 17:44:17 +0800 |
commit | 240750e701e83c49744b3d75c5e11f2ef5c21fe8 (patch) | |
tree | d1e2ba0c18be1e98da5ddaf762a7e07bd71354cd /net | |
parent | c0c2a173c72c3a397ee429fb5d523c61192b2a2b (diff) | |
download | freebsd-ports-gnome-240750e701e83c49744b3d75c5e11f2ef5c21fe8.tar.gz freebsd-ports-gnome-240750e701e83c49744b3d75c5e11f2ef5c21fe8.tar.zst freebsd-ports-gnome-240750e701e83c49744b3d75c5e11f2ef5c21fe8.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" |