Fix run_depends afterwards.

PR:		ports/44722 (same)
Submitted by:	Alan Eldridge <alane@geeksrus.net>
This commit is contained in:
Edwin Groothuis 2003-02-09 05:16:37 +00:00
parent fb027e6ad3
commit 4e4940b328
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75159

View File

@ -46,6 +46,7 @@ post-patch:
.if ${PERL_LEVEL} < 500601
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif
.include <bsd.port.post.mk>