diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-06 18:51:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-06 18:51:17 +0000 |
commit | 2c7b8bf0bdab40127399436656c1a94e1c8c0a89 (patch) | |
tree | 57214bac9c97d5967918fa5d36a4696adeb3577e /textproc/p5-Text-VimColor | |
parent | 8bc198637c88007e0c91c4197b8675737f3ddc09 (diff) | |
download | ports-2c7b8bf0bdab40127399436656c1a94e1c8c0a89.tar.gz ports-2c7b8bf0bdab40127399436656c1a94e1c8c0a89.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-VimColor')
-rw-r--r-- | textproc/p5-Text-VimColor/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/textproc/p5-Text-VimColor/Makefile b/textproc/p5-Text-VimColor/Makefile index b55b4a5925e1..e1ad8fa2f2b5 100644 --- a/textproc/p5-Text-VimColor/Makefile +++ b/textproc/p5-Text-VimColor/Makefile @@ -25,11 +25,4 @@ RUN_DEPENDS= p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \ USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -BUILD_DEPENDS+= p5-Term-ANSIColor>=3:${PORTSDIR}/devel/p5-Term-ANSIColor -RUN_DEPENDS+= p5-Term-ANSIColor>=3:${PORTSDIR}/devel/p5-Term-ANSIColor -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |