summaryrefslogtreecommitdiff
path: root/audio/forked-daapd
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-01-18 09:39:29 +0000
committernia <nia@pkgsrc.org>2021-01-18 09:39:29 +0000
commitb95ac23a7d5140a4c0afd92ea51e5b9f26f2802d (patch)
tree5f19231b429e84c19a2f47bb0ab68e9faeb906a9 /audio/forked-daapd
parentcc200143134e6c6513bd2f1d60fdf4c8df5b9a01 (diff)
downloadpkgsrc-b95ac23a7d5140a4c0afd92ea51e5b9f26f2802d.tar.gz
forked-daapd: Require avahi on !NetBSD
Diffstat (limited to 'audio/forked-daapd')
-rw-r--r--audio/forked-daapd/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/forked-daapd/Makefile b/audio/forked-daapd/Makefile
index 89c3d43d144..a314d16f0d8 100644
--- a/audio/forked-daapd/Makefile
+++ b/audio/forked-daapd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/01/01 09:52:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/01/18 09:39:29 nia Exp $
DISTNAME= forked-daapd-27.2
PKGREVISION= 3
@@ -49,6 +49,10 @@ BUILDLINK_API_DEPENDS.libevent+= libevent>=2
.include "../../devel/zlib/buildlink3.mk"
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.5.0
.include "../../databases/sqlite3/buildlink3.mk"
+# what other operating systems have libdns_sd?
+.if ${OPSYS} != "NetBSD"
+. include "../../net/avahi/buildlink3.mk"
+.endif
.include "../../multimedia/ffmpeg4/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"