- Fix dependency in STABLE

pnmquant requires devel/p5-File-Temp
Reported By:    Scott Allendorf
This commit is contained in:
Dirk Meyer 2004-04-29 02:49:26 +00:00
parent ccca4b2a0e
commit 221afdb81a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107909

View file

@ -63,4 +63,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/USERDOC ${DOCSDIR}/
.endif
.if !defined(WITHOUT_PERL) && ${PERL_LEVEL} < 500601
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif
.include <bsd.port.post.mk>