diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-09-26 00:33:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-09-26 00:33:08 +0000 |
commit | 295ed4906aae7fa1a1e175c4203f75c4cb2dc267 (patch) | |
tree | 245a45200146ebad376bb54e7a8c8b643b91945b /textproc/p5-podlators/Makefile | |
parent | 25d95d3497b1e4ad52fc6fefaff9c85359d10a32 (diff) | |
download | ports-295ed4906aae7fa1a1e175c4203f75c4cb2dc267.tar.gz ports-295ed4906aae7fa1a1e175c4203f75c4cb2dc267.zip |
Notes
Diffstat (limited to 'textproc/p5-podlators/Makefile')
-rw-r--r-- | textproc/p5-podlators/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile index 4998b276f429..b8768a752e16 100644 --- a/textproc/p5-podlators/Makefile +++ b/textproc/p5-podlators/Makefile @@ -31,7 +31,7 @@ MAN3= Pod::Man.3 Pod::ParseLink.3 Pod::Text.3 Pod::Text::Color.3 \ PLIST_SUB= PL_FILES="" .if ${PERL_LEVEL} < 500600 -RUN_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ +RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor .elif ${PERL_LEVEL} < 500802 .undef MAN1 |