diff options
Diffstat (limited to 'print/ghostscript-nox11')
-rw-r--r-- | print/ghostscript-nox11/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript-nox11/Makefile.common | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/print/ghostscript-nox11/Makefile b/print/ghostscript-nox11/Makefile index 1f254d752c7..36d30b83c58 100644 --- a/print/ghostscript-nox11/Makefile +++ b/print/ghostscript-nox11/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/02/03 21:27:20 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/03/13 17:37:34 fredb Exp $ PKGNAME= ghostscript-nox11-${GS_VERS} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Aladdin Postscript interpreter without X11 drivers CONFLICTS= ghostscript{,-x11}-[0-9]* diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common index cb924daade1..b5ae939a3cb 100644 --- a/print/ghostscript-nox11/Makefile.common +++ b/print/ghostscript-nox11/Makefile.common @@ -1,6 +1,7 @@ -# $NetBSD: Makefile.common,v 1.29 2002/02/03 21:27:20 jlam Exp $ +# $NetBSD: Makefile.common,v 1.30 2002/03/13 17:37:35 fredb Exp $ DISTNAME= ghostscript-${GS_VERS} +PKGREVISION= 1 GS_VERS= 6.01 CATEGORIES= print MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} \ |