diff options
-rw-r--r-- | editors/mined/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mined/Makefile b/editors/mined/Makefile index 4ab361a1bc97..48b159b38c98 100644 --- a/editors/mined/Makefile +++ b/editors/mined/Makefile @@ -1,6 +1,6 @@ PORTNAME= mined PORTVERSION= 2022.27 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MAINTAINER= thierry@FreeBSD.org @@ -23,7 +23,7 @@ MAKE_ARGS= GMAKE="${MAKE_CMD}" CC="${CC}" OPT="${CFLAGS}" INSTALL_TARGET= localinstall MAKE_JOBS_UNSAFE= yes -UCD_VER= 16.0.0 +UCD_VER= 17.0.0 UCD_DISTDIR= ${DISTDIR}/unicode-UCD/${UCD_VER} OPTIONS_DEFINE= DOCS |