diff options
author | ohauer <ohauer@FreeBSD.org> | 2015-12-30 23:22:15 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2015-12-30 23:22:15 +0800 |
commit | ccd87f1df4cdc05361b0f673c74d9864440d4531 (patch) | |
tree | da7ec22644a6f577a1a454e3f36d5b1d398310c3 /devel/git | |
parent | 22148ee94369940c00c01fd4700a6a1aae65eb5d (diff) | |
download | freebsd-ports-gnome-ccd87f1df4cdc05361b0f673c74d9864440d4531.tar.gz freebsd-ports-gnome-ccd87f1df4cdc05361b0f673c74d9864440d4531.tar.zst freebsd-ports-gnome-ccd87f1df4cdc05361b0f673c74d9864440d4531.zip |
- prepare for devel/subversion17 removal
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 |