pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/forked-daapd
Module Name: pkgsrc
Committed By: nia
Date: Mon Jan 18 09:39:30 UTC 2021
Modified Files:
pkgsrc/audio/forked-daapd: Makefile
Log Message:
forked-daapd: Require avahi on !NetBSD
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/forked-daapd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/forked-daapd/Makefile
diff -u pkgsrc/audio/forked-daapd/Makefile:1.3 pkgsrc/audio/forked-daapd/Makefile:1.4
--- pkgsrc/audio/forked-daapd/Makefile:1.3 Fri Jan 1 09:52:15 2021
+++ pkgsrc/audio/forked-daapd/Makefile Mon Jan 18 09:39:29 2021
@@ -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+= libeven
.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"
Home |
Main Index |
Thread Index |
Old Index