diff --git a/devel/busd/Makefile b/devel/busd/Makefile index 7e920c610ea3..42cbc9341a6b 100644 --- a/devel/busd/Makefile +++ b/devel/busd/Makefile @@ -1,22 +1,24 @@ PORTNAME= busd DISTVERSION= 0.3.0 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org COMMENT= D-Bus daemon/broker implementation based on zbus WWW= https://github.com/dbus2/busd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT +IGNORE= https://github.com/dbus2/busd/issues/86 + USES= cargo USE_GITHUB= yes GH_ACCOUNT= dbus2 PLIST_FILES= bin/${PORTNAME} post-patch: # Respect consolekit2 as XDG_RUNTIME_DIR fallback @${REINPLACE_CMD} 's,/run,/var&,' \ ${WRKSRC}/src/bus/mod.rs .include