diff options
author | riastradh <riastradh@pkgsrc.org> | 2020-12-04 04:55:41 +0000 |
---|---|---|
committer | riastradh <riastradh@pkgsrc.org> | 2020-12-04 04:55:41 +0000 |
commit | 0423071962a8dd054ab6a50106f2453e0a91ca26 (patch) | |
tree | a6d01188da409cbd54657bc419a370183aaefc8c /print/ghostscript | |
parent | db3768c8a2009455a8df68f5c09730ff821c999a (diff) | |
download | pkgsrc-0423071962a8dd054ab6a50106f2453e0a91ca26.tar.gz |
Revbump for openpam cppflags change months ago, belatedly.
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 1b8a52f668e..9431d442bb1 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.122 2020/08/17 20:17:40 leot Exp $ +# $NetBSD: Makefile,v 1.123 2020/12/04 04:56:10 riastradh Exp $ # # XXX The version number is the last one before the agpl change. DISTNAME= ghostscript-9.05 -PKGREVISION= 23 +PKGREVISION= 24 CATEGORIES= print meta-pkgs MASTER_SITES= # empty diff --git a/print/ghostscript/buildlink3.mk b/print/ghostscript/buildlink3.mk index 3b24355b9cd..5c3947e7f24 100644 --- a/print/ghostscript/buildlink3.mk +++ b/print/ghostscript/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.35 2020/08/17 20:17:40 leot Exp $ +# $NetBSD: buildlink3.mk,v 1.36 2020/12/04 04:56:10 riastradh 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.05nb23 +BUILDLINK_ABI_DEPENDS.ghostscript+= ghostscript>=9.05nb24 BUILDLINK_PKGSRCDIR.ghostscript?= ../../print/ghostscript pkgbase := ghostscript |