diff options
Diffstat (limited to 'www/dtse/Makefile')
-rw-r--r-- | www/dtse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dtse/Makefile b/www/dtse/Makefile index 9b2cea835c8b..af131a82a50d 100644 --- a/www/dtse/Makefile +++ b/www/dtse/Makefile @@ -37,7 +37,7 @@ USE_GCC= 3.3 .endif .if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .endif .include <bsd.port.post.mk> |