diff options
author | wiz <wiz@pkgsrc.org> | 2020-03-10 22:08:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-03-10 22:08:37 +0000 |
commit | aea435c684475a7d69a14634c0e51d603ab462ae (patch) | |
tree | 9fd7a37dbb2162cea8ab6c0cd54f7f398658d288 /print/ghostscript | |
parent | b16775744b3813e095efae692a24050371dacda5 (diff) | |
download | pkgsrc-aea435c684475a7d69a14634c0e51d603ab462ae.tar.gz |
librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
Diffstat (limited to 'print/ghostscript')
-rw-r--r-- | print/ghostscript/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 63bef57abe6..350b95ba650 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.119 2020/03/08 16:48:05 wiz Exp $ +# $NetBSD: Makefile,v 1.120 2020/03/10 22:08:58 wiz Exp $ # # XXX The version number is the last one before the agpl change. DISTNAME= ghostscript-9.05 -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= print meta-pkgs MASTER_SITES= # empty diff --git a/print/ghostscript/buildlink3.mk b/print/ghostscript/buildlink3.mk index 4a6edce6bf7..7916de1f337 100644 --- a/print/ghostscript/buildlink3.mk +++ b/print/ghostscript/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.32 2020/03/08 16:48:05 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.33 2020/03/10 22:08:58 wiz Exp $ BUILDLINK_TREE+= ghostscript @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ghostscript GHOSTSCRIPT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ghostscript+= ghostscript>=8.63nb1 -BUILDLINK_ABI_DEPENDS.ghostscript+= ghostscript>=9.05nb20 +BUILDLINK_ABI_DEPENDS.ghostscript+= ghostscript>=9.05nb21 BUILDLINK_PKGSRCDIR.ghostscript?= ../../print/ghostscript pkgbase := ghostscript |