diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/p5-Text-VimColor | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-VimColor')
-rw-r--r-- | textproc/p5-Text-VimColor/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Text-VimColor/Makefile b/textproc/p5-Text-VimColor/Makefile index ec705cb2fe9b..443fbf52c697 100644 --- a/textproc/p5-Text-VimColor/Makefile +++ b/textproc/p5-Text-VimColor/Makefile @@ -13,13 +13,13 @@ COMMENT= Syntax color text in HTML or XML using Vim LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \ - p5-File-ShareDir-Install>=0.03:${PORTSDIR}/devel/p5-File-ShareDir-Install \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ - ${LOCALBASE}/bin/vim:${PORTSDIR}/editors/vim -RUN_DEPENDS= p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ - ${LOCALBASE}/bin/vim:${PORTSDIR}/editors/vim +BUILD_DEPENDS= p5-File-ShareDir>=0:devel/p5-File-ShareDir \ + p5-File-ShareDir-Install>=0.03:devel/p5-File-ShareDir-Install \ + p5-Path-Class>=0:devel/p5-Path-Class \ + ${LOCALBASE}/bin/vim:editors/vim +RUN_DEPENDS= p5-File-ShareDir>=0:devel/p5-File-ShareDir \ + p5-Path-Class>=0:devel/p5-Path-Class \ + ${LOCALBASE}/bin/vim:editors/vim USES= perl5 USE_PERL5= configure |