diff options
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index b22ee3ce8e95..10ea38fd2d46 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -80,8 +80,8 @@ GUI_MAKE_ARGS_OFF= NO_TCLTK=yes # While this port does not explicity honor WITH_SUBVERSION_VER knob it does # depend upon devel/p5-subversion, which does honor that knob. If you want -# to have git use devel/subversion16 it will be brought in through -# devel/p5-subversion if you set WITH_SUBVERSION_VER=16. Otherwise +# to have git use devel/subversion18 it will be brought in through +# devel/p5-subversion if you set WITH_SUBVERSION_VER=18. Otherwise # devel/subversion will be brought in. SVN_RUN_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-subversion>=0:${PORTSDIR}/devel/p5-subversion |