diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-11-08 16:48:28 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-11-08 16:48:28 +0000 |
commit | 181fee4037aa018c8c8a635dc22d72938cac09b8 (patch) | |
tree | 6df9f5c59fa47c31381aab59283ac30b46e51e56 | |
parent | 1d65263e5c3c69e64b711293457a72427b37c2a8 (diff) | |
download | ports-181fee4037aa018c8c8a635dc22d72938cac09b8.tar.gz ports-181fee4037aa018c8c8a635dc22d72938cac09b8.zip |
textproc/logseq: Unbreak `make fetch`.
Reported by: pkg-fallout
-rw-r--r-- | textproc/logseq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/logseq/Makefile b/textproc/logseq/Makefile index 031a1080a331..2ee927c03186 100644 --- a/textproc/logseq/Makefile +++ b/textproc/logseq/Makefile @@ -13,7 +13,7 @@ WWW= https://logseq.com LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= desktop-file-utils electronfix:25 shared-mime-info +USES= desktop-file-utils electronfix:25 shared-mime-info zip ELECTRONFIX_MAIN_EXECUTABLE= Logseq SUB_FILES= Logseq |