diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-10-20 13:54:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-10-20 14:00:17 +0000 |
commit | f1f3e72ffbe1b7793ee6d18ff7638cf49d456a4a (patch) | |
tree | 17ca9fcaaaaa76e28acce7dc823122fae2b0c7e7 | |
parent | 9eea6b090251e599f960802b23098da4c5efa869 (diff) |
-rw-r--r-- | textproc/utf8proc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/utf8proc/Makefile b/textproc/utf8proc/Makefile index bca51e2abdc1..ce7bdb32f9b6 100644 --- a/textproc/utf8proc/Makefile +++ b/textproc/utf8proc/Makefile @@ -3,6 +3,7 @@ PORTNAME= utf8proc DISTVERSIONPREFIX= v DISTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= textproc devel MAINTAINER= hrs@FreeBSD.org @@ -11,7 +12,7 @@ COMMENT= UTF-8 processing library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= gmake perl5 +USES= gmake USE_GITHUB= yes GH_ACCOUNT= JuliaStrings |