aboutsummaryrefslogtreecommitdiff
path: root/www/dtse
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-04-04 02:23:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-04-04 02:23:10 +0000
commit5200a79431ab5f36887645f7051aa538d114caf2 (patch)
treec25c2ae7a71353c7ba7e0876e048adc99a636803 /www/dtse
parentc57bfe578735be644694e0e6804f7a32a477fc75 (diff)
downloadports-5200a79431ab5f36887645f7051aa538d114caf2.tar.gz
ports-5200a79431ab5f36887645f7051aa538d114caf2.zip
- Satisfy build dependency
Reported by: .kr cluster via kris
Notes
Notes: svn path=/head/; revision=106086
Diffstat (limited to 'www/dtse')
-rw-r--r--www/dtse/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/dtse/Makefile b/www/dtse/Makefile
index 2c02ded017bb..9b2cea835c8b 100644
--- a/www/dtse/Makefile
+++ b/www/dtse/Makefile
@@ -36,4 +36,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GCC= 3.3
.endif
+.if ${PERL_LEVEL} < 500600
+BUILD_DEPENDS+= SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
+.endif
+
.include <bsd.port.post.mk>