diff options
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 6d18d60ecb5..e31e6ca24ed 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.99 2013/04/24 09:52:38 sbd Exp $ +# $NetBSD: Makefile,v 1.100 2013/06/03 10:05:51 wiz Exp $ # # XXX The version number is the last one before the agpl change. DISTNAME= ghostscript-9.05 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= print meta-pkgs MASTER_SITES= # empty diff --git a/print/ghostscript/buildlink3.mk b/print/ghostscript/buildlink3.mk index 9dd9e7baf7a..b9997d6aa3a 100644 --- a/print/ghostscript/buildlink3.mk +++ b/print/ghostscript/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2013/04/25 03:46:06 sbd Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2013/06/03 10:05:51 wiz Exp $ BUILDLINK_TREE+= ghostscript @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ghostscript GHOSTSCRIPT_BUILDLINK3_MK:= 1 BUILDLINK_API_DEPENDS.ghostscript+= ghostscript>=8.63nb1 -BUILDLINK_ABI_DEPENDS.ghostscript+= ghostscript>=9.05nb4 +BUILDLINK_ABI_DEPENDS.ghostscript+= ghostscript>=9.05nb5 BUILDLINK_PKGSRCDIR.ghostscript= ../../print/ghostscript pkgbase := ghostscript |