Received: by mail.netbsd.org (Postfix, from userid 605) id 8DEB684E1F; Sat, 16 May 2020 02:13:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1640884DDA for ; Sat, 16 May 2020 02:13:03 +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 J9_IBhl7Bk3H for ; Sat, 16 May 2020 02:13:02 +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 A074084CE9 for ; Sat, 16 May 2020 02:13:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9E33DFB27; Sat, 16 May 2020 02:13:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589595182138110" MIME-Version: 1.0 Date: Sat, 16 May 2020 02:13:02 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/graphics/freeimage To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200516021302.9E33DFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1589595182138110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sat May 16 02:13:02 UTC 2020 Modified Files: pkgsrc/graphics/freeimage: Makefile Log Message: Needs pkg-config To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/freeimage/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589595182138110 Content-Disposition: inline Content-Length: 684 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/freeimage/Makefile diff -u pkgsrc/graphics/freeimage/Makefile:1.11 pkgsrc/graphics/freeimage/Makefile:1.12 --- pkgsrc/graphics/freeimage/Makefile:1.11 Thu May 14 16:42:13 2020 +++ pkgsrc/graphics/freeimage/Makefile Sat May 16 02:13:02 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2020/05/14 16:42:13 nia Exp $ +# $NetBSD: Makefile,v 1.12 2020/05/16 02:13:02 joerg Exp $ DISTNAME= FreeImage3180 PKGNAME= freeimage-3.18.0 @@ -13,7 +13,7 @@ COMMENT= Library for supporting PNG, BMP LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 OR mpl-1.0 USE_LANGUAGES+= c c++11 -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config WRKSRC= ${WRKDIR}/FreeImage --_----------=_1589595182138110--