diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-25 18:31:07 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-25 18:31:07 +0800 |
commit | 34241581a3817500f5b6ec979a0e5f88ad6159ed (patch) | |
tree | 3e8c5a699f36b2aa9b4b99f72a8593b002c67004 /print | |
parent | 23cee63b6f96921e3d29158bff5ac1f1edbe52e6 (diff) | |
download | freebsd-ports-gnome-34241581a3817500f5b6ec979a0e5f88ad6159ed.tar.gz freebsd-ports-gnome-34241581a3817500f5b6ec979a0e5f88ad6159ed.tar.zst freebsd-ports-gnome-34241581a3817500f5b6ec979a0e5f88ad6159ed.zip |
ghostscript5 doesn't exist anymore, so change dependencies to ghostscript55.
Diffstat (limited to 'print')
-rw-r--r-- | print/pbm2ppa/Makefile | 2 | ||||
-rw-r--r-- | print/pnm2ppa/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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 |