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.
This commit is contained in:
ajacoutot 2021-09-03 11:51:08 +00:00
parent b923a7fe7d
commit cf83d4fc3b

View File

@ -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 <bsd.port.mk>