diff options
Diffstat (limited to 'textproc/p5-Text-Aligner/Makefile')
-rw-r--r-- | textproc/p5-Text-Aligner/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-Aligner/Makefile b/textproc/p5-Text-Aligner/Makefile index 7a9c6007a163..2125caf82dbb 100644 --- a/textproc/p5-Text-Aligner/Makefile +++ b/textproc/p5-Text-Aligner/Makefile @@ -13,8 +13,8 @@ COMMENT= Align text in columns LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Term-ANSIColor>=2.02:devel/p5-Term-ANSIColor -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Term-ANSIColor>=2.02:devel/p5-Term-ANSIColor NO_ARCH= yes USES= perl5 |