- Fix dependency in STABLE
pnmquant requires devel/p5-File-Temp Reported By: Scott Allendorf
This commit is contained in:
parent
ccca4b2a0e
commit
221afdb81a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107909
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue