diff options
Diffstat (limited to 'editors/microsoft-edit/Makefile')
-rw-r--r-- | editors/microsoft-edit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/microsoft-edit/Makefile b/editors/microsoft-edit/Makefile index 3b9929a2a660..9ed34e15e4a8 100644 --- a/editors/microsoft-edit/Makefile +++ b/editors/microsoft-edit/Makefile @@ -1,6 +1,7 @@ PORTNAME= microsoft-edit DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= nobutaka@FreeBSD.org @@ -10,7 +11,7 @@ WWW= https://github.com/microsoft/edit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cargo +USES= cargo desktop-file-utils USE_GITHUB= yes GH_ACCOUNT= microsoft GH_PROJECT= edit |