diff --git a/x11/sirula/Makefile b/x11/sirula/Makefile index 27126948234d..003f38845b18 100644 --- a/x11/sirula/Makefile +++ b/x11/sirula/Makefile @@ -1,28 +1,30 @@ PORTNAME= sirula DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 PORTREVISION= 17 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org COMMENT= Simple app launcher for Wayland written in Rust WWW= https://github.com/DorianRudolph/sirula LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= could not compile osstrtools + LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell USES= cargo gnome USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 GH_ACCOUNT= DorianRudolph PLIST_FILES= bin/${PORTNAME} post-patch: # Respect PREFIX for system config @${REINPLACE_CMD} -e 's,/usr/share,${DATADIR:H},' \ -e 's,/etc,${PREFIX}&,' \ ${WRKSRC_crate_xdg}/src/lib.rs .include