Received: by mail.netbsd.org (Postfix, from userid 605) id 0D4EC84EBE; Thu, 15 Dec 2022 10:39:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3EA6A84D66 for ; Thu, 15 Dec 2022 10:39:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 42VmiHhbL1lf for ; Thu, 15 Dec 2022 10:39:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C660684D40 for ; Thu, 15 Dec 2022 10:39:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BFA7AFA92; Thu, 15 Dec 2022 10:38:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671100712123820" MIME-Version: 1.0 Date: Thu, 15 Dec 2022 10:38:32 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/textproc/swath To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20221215103832.BFA7AFA92@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671100712123820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Dec 15 10:38:32 UTC 2022 Modified Files: pkgsrc/textproc/swath: Makefile Log Message: swath: Requires libiconv. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/swath/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671100712123820 Content-Disposition: inline Content-Length: 655 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/swath/Makefile diff -u pkgsrc/textproc/swath/Makefile:1.10 pkgsrc/textproc/swath/Makefile:1.11 --- pkgsrc/textproc/swath/Makefile:1.10 Fri Aug 28 19:35:46 2020 +++ pkgsrc/textproc/swath/Makefile Thu Dec 15 10:38:32 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2020/08/28 19:35:46 scole Exp $ +# $NetBSD: Makefile,v 1.11 2022/12/15 10:38:32 jperkin Exp $ # DISTNAME= swath-0.6.1 @@ -23,5 +23,6 @@ pre-configure: post-configure: cd ${WRKSRC} && ${TOUCH} lib/libcompat.la +.include "../../converters/libiconv/buildlink3.mk" .include "../../devel/libdatrie/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1671100712123820--