Received: by mail.netbsd.org (Postfix, from userid 605) id 36EC684EC9; Thu, 15 Dec 2022 10:36:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6700F84D66 for ; Thu, 15 Dec 2022 10:36:50 +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 n9m_c9bLm-TQ for ; Thu, 15 Dec 2022 10:36:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BDCA884D40 for ; Thu, 15 Dec 2022 10:36:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB288FA90; Thu, 15 Dec 2022 10:36:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671100609247700" MIME-Version: 1.0 Date: Thu, 15 Dec 2022 10:36:49 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/graphics/OpenRM To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20221215103649.BB288FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671100609247700 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:36:49 UTC 2022 Modified Files: pkgsrc/graphics/OpenRM: Makefile Log Message: OpenRM: Requires libiconv. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/OpenRM/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671100609247700 Content-Disposition: inline Content-Length: 778 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/OpenRM/Makefile diff -u pkgsrc/graphics/OpenRM/Makefile:1.35 pkgsrc/graphics/OpenRM/Makefile:1.36 --- pkgsrc/graphics/OpenRM/Makefile:1.35 Tue Jun 28 11:33:59 2022 +++ pkgsrc/graphics/OpenRM/Makefile Thu Dec 15 10:36:49 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2022/06/28 11:33:59 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2022/12/15 10:36:49 jperkin Exp $ # DISTNAME= openrm-devel-1.5.2 @@ -45,6 +45,7 @@ do-install: ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}/images ${INSTALL_DATA} ${WRKSRC}/doc/HTML/images/* ${DESTDIR}${DOCDIR}/images +.include "../../converters/libiconv/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" --_----------=_1671100609247700--