diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-25 10:31:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-25 10:31:07 +0000 |
commit | 34241581a3817500f5b6ec979a0e5f88ad6159ed (patch) | |
tree | 3e8c5a699f36b2aa9b4b99f72a8593b002c67004 | |
parent | 23cee63b6f96921e3d29158bff5ac1f1edbe52e6 (diff) |
Notes
-rw-r--r-- | comms/tkhylafax/Makefile | 2 | ||||
-rw-r--r-- | devel/doc++/Makefile | 2 | ||||
-rw-r--r-- | mbone/wb/Makefile | 2 | ||||
-rw-r--r-- | net/wb/Makefile | 2 | ||||
-rw-r--r-- | print/pbm2ppa/Makefile | 2 | ||||
-rw-r--r-- | print/pnm2ppa/Makefile | 2 | ||||
-rw-r--r-- | textproc/latex2html/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index 1f65905c491e..081cb4e160f4 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ sendfax:${PORTSDIR}/comms/hylafax \ - gs:${PORTSDIR}/print/ghostscript5 \ + gs:${PORTSDIR}/print/ghostscript55 \ gv:${PORTSDIR}/print/gv WRKSRC= ${WRKDIR}/tkhylafax-3.0 diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile index b8348baade88..6ca137495357 100644 --- a/devel/doc++/Makefile +++ b/devel/doc++/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= apps/doctools MAINTAINER= Ruslan@Shevchenko.Kiev.UA RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \ - gs:${PORTSDIR}/print/ghostscript5 \ + gs:${PORTSDIR}/print/ghostscript55 \ anytopnm:${PORTSDIR}/graphics/netpbm GNU_CONFIGURE= yes diff --git a/mbone/wb/Makefile b/mbone/wb/Makefile index a95e50014aa9..4acb2f879022 100644 --- a/mbone/wb/Makefile +++ b/mbone/wb/Makefile @@ -18,7 +18,7 @@ NO_BUILD= yes USE_X_PREFIX= yes # XXX ghostscript, ghostscript3, ghostscript4 or ghostscript5 will all do. -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 .include <bsd.port.pre.mk> diff --git a/net/wb/Makefile b/net/wb/Makefile index a95e50014aa9..4acb2f879022 100644 --- a/net/wb/Makefile +++ b/net/wb/Makefile @@ -18,7 +18,7 @@ NO_BUILD= yes USE_X_PREFIX= yes # XXX ghostscript, ghostscript3, ghostscript4 or ghostscript5 will all do. -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 .include <bsd.port.pre.mk> diff --git a/print/pbm2ppa/Makefile b/print/pbm2ppa/Makefile index 26b34bf7752d..13c658c90ede 100644 --- a/print/pbm2ppa/Makefile +++ b/print/pbm2ppa/Makefile @@ -13,7 +13,7 @@ DISTFILES= ppa-${PORTVERSION}.tar.gz MAINTAINER= smace@freebsd.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 \ +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \ enscript:${PORTSDIR}/print/enscript-letter USE_GMAKE= yes diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile index 26b34bf7752d..13c658c90ede 100644 --- a/print/pnm2ppa/Makefile +++ b/print/pnm2ppa/Makefile @@ -13,7 +13,7 @@ DISTFILES= ppa-${PORTVERSION}.tar.gz MAINTAINER= smace@freebsd.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 \ +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \ enscript:${PORTSDIR}/print/enscript-letter USE_GMAKE= yes diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 19d4e4a32ac6..5e057f5a51e4 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -15,7 +15,7 @@ MAINTAINER= brett@peloton.runet.edu RUN_DEPENDS= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/latex \ ${LOCALBASE}/bin/dvips:${PORTSDIR}/print/dvips \ - ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript5 \ + ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript55 \ ${LOCALBASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm WRKSRC= ${WRKDIR}/latex2html |