diff options
-rw-r--r-- | print/ghostscript-nox11/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript-nox11/Makefile b/print/ghostscript-nox11/Makefile index 36d30b83c58..02ce28f0d92 100644 --- a/print/ghostscript-nox11/Makefile +++ b/print/ghostscript-nox11/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/03/13 17:37:34 fredb Exp $ +# $NetBSD: Makefile,v 1.6 2002/03/16 23:34:37 wiz Exp $ PKGNAME= ghostscript-nox11-${GS_VERS} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= Aladdin Postscript interpreter without X11 drivers CONFLICTS= ghostscript{,-x11}-[0-9]* diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index cc29dfd7051..0c458b0be3e 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2002/03/13 17:37:34 fredb Exp $ +# $NetBSD: Makefile,v 1.9 2002/03/16 23:34:37 wiz Exp $ PKGNAME= ghostscript-${GS_VERS} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= Aladdin Postscript interpreter CONFLICTS= ghostscript{,-x11,-nox11}-[0-9]* |