Received: by mail.netbsd.org (Postfix, from userid 605) id 3D5EC84DDF; Fri, 26 Apr 2019 15:28:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA54484DAA for ; Fri, 26 Apr 2019 15:28:18 +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 HZ96MahWP3Ol for ; Fri, 26 Apr 2019 15:28:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1DB1C84CF1 for ; Fri, 26 Apr 2019 15:28:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 182AAFB16; Fri, 26 Apr 2019 15:28:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15562924985270" MIME-Version: 1.0 Date: Fri, 26 Apr 2019 15:28:18 +0000 From: "Gavan Fantom" Subject: CVS commit: pkgsrc/print/ghostscript-agpl To: pkgsrc-changes@NetBSD.org Reply-To: gavan@netbsd.org X-Mailer: log_accum Message-Id: <20190426152818.182AAFB16@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. --_----------=_15562924985270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gavan Date: Fri Apr 26 15:28:18 UTC 2019 Modified Files: pkgsrc/print/ghostscript-agpl: Makefile Log Message: ghostscript-agpl: cosmetic change To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/print/ghostscript-agpl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15562924985270 Content-Disposition: inline Content-Length: 1121 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/ghostscript-agpl/Makefile diff -u pkgsrc/print/ghostscript-agpl/Makefile:1.42 pkgsrc/print/ghostscript-agpl/Makefile:1.43 --- pkgsrc/print/ghostscript-agpl/Makefile:1.42 Fri Apr 26 15:19:18 2019 +++ pkgsrc/print/ghostscript-agpl/Makefile Fri Apr 26 15:28:17 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2019/04/26 15:19:18 gavan Exp $ +# $NetBSD: Makefile,v 1.43 2019/04/26 15:28:17 gavan Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} @@ -81,8 +81,6 @@ CPPFLAGS.SunOS+= -D__C99FEATURES__ # require linking against libiconv when it should do so. BUILDLINK_TRANSFORM.IRIX+= l:fontconfig:fontconfig:iconv -BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.10.0 - .include "options.mk" post-extract: @@ -108,6 +106,7 @@ post-install: .include "../../devel/libidn/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.10.0 .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/jbig2dec/buildlink3.mk" .include "../../graphics/lcms2/buildlink3.mk" --_----------=_15562924985270--