diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1996-09-21 17:02:40 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1996-09-21 17:02:40 +0000 |
commit | 4c26678326fa5314438fd096c8816ebd9b70432a (patch) | |
tree | 3da5f338f8b0eb7d309924406f37119dd81369dc | |
parent | Yet another mine sweeper Ver. 1.9 (diff) |
use ghostscript4 instead of 2.6.2
Reviewed by:
Submitted by:
Obtained from:
Notes
Notes:
svn path=/head/; revision=3835
-rw-r--r-- | print/apsfilter/Makefile | 4 | ||||
-rw-r--r-- | print/apsfilter6/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 782f85990e28..929fcd881698 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Nov 14 18:29:48 MET 1995 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.3 1995/12/04 02:27:58 asami Exp $ +# $Id: Makefile,v 1.4 1996/09/19 03:00:51 andreas Exp $ # DISTNAME= apsfilter-4.9.3 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://freefall.FreeBSD.org/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= Andreas Klemm <andreas@klemm.gtn.com> -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript \ +RUN_DEPENDS= gs4:${PORTSDIR}/print/ghostscript4 \ transfig:${PORTSDIR}/print/transfig \ cjpeg:${PORTSDIR}/graphics/jpeg \ anytopnm:${PORTSDIR}/graphics/netpbm diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index 782f85990e28..929fcd881698 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Nov 14 18:29:48 MET 1995 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.3 1995/12/04 02:27:58 asami Exp $ +# $Id: Makefile,v 1.4 1996/09/19 03:00:51 andreas Exp $ # DISTNAME= apsfilter-4.9.3 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://freefall.FreeBSD.org/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= Andreas Klemm <andreas@klemm.gtn.com> -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript \ +RUN_DEPENDS= gs4:${PORTSDIR}/print/ghostscript4 \ transfig:${PORTSDIR}/print/transfig \ cjpeg:${PORTSDIR}/graphics/jpeg \ anytopnm:${PORTSDIR}/graphics/netpbm |