From cf83d4fc3b0552692c7580b70160976df2097e1b Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 3 Sep 2021 11:51:08 +0000 Subject: [PATCH] net/avahi -> net/avahi,-libs for BDEP Keeping RDEP on net/avahi since it was there before; not sure it's a hard requirement though. --- devel/kf5/kdnssd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/kf5/kdnssd/Makefile b/devel/kf5/kdnssd/Makefile index 00b3ef0b127..d4c189dc155 100644 --- a/devel/kf5/kdnssd/Makefile +++ b/devel/kf5/kdnssd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2021/03/14 14:35:04 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.15 2021/09/03 11:51:08 ajacoutot Exp $ COMMENT = network service discovery using Zeroconf for KDE DISTNAME = kdnssd-${VERSION} @@ -7,7 +7,7 @@ SHARED_LIBS = KF5DNSSD 6.0 WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5DBus Qt5Network m -BUILD_DEPENDS = net/avahi +BUILD_DEPENDS = net/avahi,-libs RUN_DEPENDS = net/avahi .include