git: a3e582d16211 - main - x11-toolkits/ztoolkit: Enable librsvg2 dependency
Yuri Victorovich
yuri at FreeBSD.org
Tue Aug 10 09:31:11 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a3e582d16211102af853548f3b2375bd1f959965
commit a3e582d16211102af853548f3b2375bd1f959965
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-10 09:12:35 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-10 09:31:07 +0000
x11-toolkits/ztoolkit: Enable librsvg2 dependency
---
x11-toolkits/ztoolkit/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-toolkits/ztoolkit/Makefile b/x11-toolkits/ztoolkit/Makefile
index ac55ff3fad26..10f0ad94e835 100644
--- a/x11-toolkits/ztoolkit/Makefile
+++ b/x11-toolkits/ztoolkit/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ztoolkit
DISTVERSION= 0.1.2
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= https://git.zrythm.org/zrythm/ztoolkit/archive/ # .../v${DISTVERSION}.tar.gz&dummy=/ doesn't work with Gitea
DISTNAME= v${DISTVERSION}
@@ -12,9 +13,11 @@ LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c11 gnome meson pkgconfig xorg
-USE_GNOME= cairo
+USE_GNOME= cairo librsvg2
USE_XORG= x11
WRKSRC= ${WRKDIR}/${PORTNAME}
+MESON_ARGS= -Denable_rsvg=true
+
.include <bsd.port.mk>
More information about the dev-commits-ports-all
mailing list