Received: by mail.netbsd.org (Postfix, from userid 605) id 8AAC384D25; Fri, 14 May 2021 12:11:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C2A9F84D83 for ; Fri, 14 May 2021 12:11:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jkdFBS4lhgbf for ; Fri, 14 May 2021 12:11:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 27A1E84CE1 for ; Fri, 14 May 2021 12:11:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 253C8FA95; Fri, 14 May 2021 12:11:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1620994316144930" MIME-Version: 1.0 Date: Fri, 14 May 2021 12:11:56 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/sayaka To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210514121156.253C8FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1620994316144930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri May 14 12:11:56 UTC 2021 Modified Files: pkgsrc/net/sayaka: Makefile Log Message: sayaka: needs libbsd on non-bsd systems To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/sayaka/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1620994316144930 Content-Disposition: inline Content-Length: 787 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/sayaka/Makefile diff -u pkgsrc/net/sayaka/Makefile:1.33 pkgsrc/net/sayaka/Makefile:1.34 --- pkgsrc/net/sayaka/Makefile:1.33 Sun May 2 08:16:40 2021 +++ pkgsrc/net/sayaka/Makefile Fri May 14 12:11:55 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2021/05/02 08:16:40 nia Exp $ +# $NetBSD: Makefile,v 1.34 2021/05/14 12:11:55 nia Exp $ DISTNAME= sayaka-3.5.1 PKGREVISION= 1 @@ -24,6 +24,10 @@ INSTALLATION_DIRS+= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/sayaka ${DESTDIR}${PREFIX}/bin +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "Linux" +. include "../../devel/libbsd/buildlink3.mk" +.endif .include "../../graphics/png/buildlink3.mk" .include "../../security/mbedtls/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" --_----------=_1620994316144930--