From b5681859fd5925d3badcf9dc6055f85a6f0d3771 Mon Sep 17 00:00:00 2001 From: Dan Ponte Date: Sat, 15 Apr 2023 10:46:40 -0400 Subject: [PATCH] zstd --- www/rustypaste-pretty/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/rustypaste-pretty/Makefile b/www/rustypaste-pretty/Makefile index f047437..554969e 100644 --- a/www/rustypaste-pretty/Makefile +++ b/www/rustypaste-pretty/Makefile @@ -2,7 +2,7 @@ PORTNAME= rustypaste PKGNAMESUFFIX=-pretty DISTVERSIONPREFIX= v DISTVERSION= 0.8.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www CONFLICTS_INSTALL= rustypaste @@ -11,6 +11,8 @@ MAINTAINER= DtxdF@disroot.org COMMENT= Minimal file upload/pastebin service WWW= https://github.com/amigan/rustypaste-pretty/ +LIB_DEPENDS= libzstd.so:archivers/zstd + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE